| 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 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4262 '../components/components.gyp:rlz', | 4264 '../components/components.gyp:rlz', |
| 4263 '../components/components.gyp:search_engines', | 4265 '../components/components.gyp:search_engines', |
| 4264 '../rlz/rlz.gyp:rlz_lib', | 4266 '../rlz/rlz.gyp:rlz_lib', |
| 4265 'common', | 4267 'common', |
| 4266 ], | 4268 ], |
| 4267 }, | 4269 }, |
| 4268 ], | 4270 ], |
| 4269 }], | 4271 }], |
| 4270 ], | 4272 ], |
| 4271 } | 4273 } |
| OLD | NEW |