OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |