Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'browser/invalidation/profile_invalidation_provider_factory.h', 317 'browser/invalidation/profile_invalidation_provider_factory.h',
318 'browser/io_thread.cc', 318 'browser/io_thread.cc',
319 'browser/io_thread.h', 319 'browser/io_thread.h',
320 'browser/jumplist_updater_win.cc', 320 'browser/jumplist_updater_win.cc',
321 'browser/jumplist_updater_win.h', 321 'browser/jumplist_updater_win.h',
322 'browser/jumplist_win.cc', 322 'browser/jumplist_win.cc',
323 'browser/jumplist_win.h', 323 'browser/jumplist_win.h',
324 'browser/lifetime/application_lifetime.cc', 324 'browser/lifetime/application_lifetime.cc',
325 'browser/lifetime/application_lifetime.h', 325 'browser/lifetime/application_lifetime.h',
326 'browser/lifetime/application_lifetime_mac.mm', 326 'browser/lifetime/application_lifetime_mac.mm',
327 'browser/lifetime/application_lifetime_win.cc',
328 'browser/mac/bluetooth_utility.h', 327 'browser/mac/bluetooth_utility.h',
329 'browser/mac/bluetooth_utility.mm', 328 'browser/mac/bluetooth_utility.mm',
330 'browser/mac/dock.h', 329 'browser/mac/dock.h',
331 'browser/mac/dock.mm', 330 'browser/mac/dock.mm',
332 'browser/mac/install_from_dmg.h', 331 'browser/mac/install_from_dmg.h',
333 'browser/mac/install_from_dmg.mm', 332 'browser/mac/install_from_dmg.mm',
334 'browser/mac/keystone_glue.h', 333 'browser/mac/keystone_glue.h',
335 'browser/mac/keystone_glue.mm', 334 'browser/mac/keystone_glue.mm',
336 'browser/mac/keystone_registration.h', 335 'browser/mac/keystone_registration.h',
337 'browser/mac/keystone_registration.mm', 336 'browser/mac/keystone_registration.mm',
(...skipping 3848 matching lines...) Expand 10 before | Expand all | Expand 10 after
4186 '../components/components.gyp:omnibox_browser', 4185 '../components/components.gyp:omnibox_browser',
4187 '../components/components.gyp:rlz', 4186 '../components/components.gyp:rlz',
4188 '../components/components.gyp:search_engines', 4187 '../components/components.gyp:search_engines',
4189 '../rlz/rlz.gyp:rlz_lib', 4188 '../rlz/rlz.gyp:rlz_lib',
4190 ], 4189 ],
4191 }, 4190 },
4192 ], 4191 ],
4193 }], 4192 }],
4194 ], 4193 ],
4195 } 4194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698