| 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 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1466 'browser/usb/web_usb_chooser_service.h', | 1466 'browser/usb/web_usb_chooser_service.h', |
| 1467 ], | 1467 ], |
| 1468 'chrome_browser_win_sources': [ | 1468 'chrome_browser_win_sources': [ |
| 1469 'browser/first_run/try_chrome_dialog_view.cc', | 1469 'browser/first_run/try_chrome_dialog_view.cc', |
| 1470 'browser/first_run/try_chrome_dialog_view.h', | 1470 'browser/first_run/try_chrome_dialog_view.h', |
| 1471 'browser/first_run/upgrade_util.cc', | 1471 'browser/first_run/upgrade_util.cc', |
| 1472 'browser/google/did_run_updater_win.cc', | 1472 'browser/google/did_run_updater_win.cc', |
| 1473 'browser/google/did_run_updater_win.h', | 1473 'browser/google/did_run_updater_win.h', |
| 1474 'browser/hang_monitor/hang_crash_dump_win.cc', | 1474 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 1475 'browser/hang_monitor/hang_crash_dump_win.h', | 1475 'browser/hang_monitor/hang_crash_dump_win.h', |
| 1476 'browser/metrics/antivirus_metrics_provider_win.cc', |
| 1477 'browser/metrics/antivirus_metrics_provider_win.h', |
| 1476 'browser/password_manager/password_manager_util_win.cc', | 1478 'browser/password_manager/password_manager_util_win.cc', |
| 1477 'browser/password_manager/password_manager_util_win.h', | 1479 'browser/password_manager/password_manager_util_win.h', |
| 1478 'browser/themes/theme_service_win.cc', | 1480 'browser/themes/theme_service_win.cc', |
| 1479 'browser/themes/theme_service_win.h', | 1481 'browser/themes/theme_service_win.h', |
| 1480 ], | 1482 ], |
| 1481 'chrome_browser_non_win_sources': [ | 1483 'chrome_browser_non_win_sources': [ |
| 1482 'browser/profile_resetter/triggered_profile_resetter_stub.cc', | 1484 'browser/profile_resetter/triggered_profile_resetter_stub.cc', |
| 1483 'browser/profiles/profile_shortcut_manager_stub.cc', | 1485 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1484 ], | 1486 ], |
| 1485 # Sources (generally "desktop OS importers") used only on Mac & Windows. | 1487 # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| (...skipping 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4272 '../components/components.gyp:rlz', | 4274 '../components/components.gyp:rlz', |
| 4273 '../components/components.gyp:search_engines', | 4275 '../components/components.gyp:search_engines', |
| 4274 '../rlz/rlz.gyp:rlz_lib', | 4276 '../rlz/rlz.gyp:rlz_lib', |
| 4275 'common', | 4277 'common', |
| 4276 ], | 4278 ], |
| 4277 }, | 4279 }, |
| 4278 ], | 4280 ], |
| 4279 }], | 4281 }], |
| 4280 ], | 4282 ], |
| 4281 } | 4283 } |
| OLD | NEW |