| 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 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 'browser/first_run/try_chrome_dialog_view.h', | 1358 'browser/first_run/try_chrome_dialog_view.h', |
| 1359 'browser/first_run/upgrade_util.cc', | 1359 'browser/first_run/upgrade_util.cc', |
| 1360 'browser/google/did_run_updater_win.cc', | 1360 'browser/google/did_run_updater_win.cc', |
| 1361 'browser/google/did_run_updater_win.h', | 1361 'browser/google/did_run_updater_win.h', |
| 1362 'browser/hang_monitor/hang_crash_dump_win.cc', | 1362 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 1363 'browser/hang_monitor/hang_crash_dump_win.h', | 1363 'browser/hang_monitor/hang_crash_dump_win.h', |
| 1364 'browser/hang_monitor/hung_plugin_action.cc', | 1364 'browser/hang_monitor/hung_plugin_action.cc', |
| 1365 'browser/hang_monitor/hung_plugin_action.h', | 1365 'browser/hang_monitor/hung_plugin_action.h', |
| 1366 'browser/hang_monitor/hung_window_detector.cc', | 1366 'browser/hang_monitor/hung_window_detector.cc', |
| 1367 'browser/hang_monitor/hung_window_detector.h', | 1367 'browser/hang_monitor/hung_window_detector.h', |
| 1368 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', | |
| 1369 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', | |
| 1370 'browser/password_manager/password_manager_util_win.cc', | 1368 'browser/password_manager/password_manager_util_win.cc', |
| 1371 'browser/password_manager/password_manager_util_win.h', | 1369 'browser/password_manager/password_manager_util_win.h', |
| 1372 ], | 1370 ], |
| 1373 'chrome_browser_non_win_sources': [ | 1371 'chrome_browser_non_win_sources': [ |
| 1374 'browser/profile_resetter/triggered_profile_resetter_stub.cc', | 1372 'browser/profile_resetter/triggered_profile_resetter_stub.cc', |
| 1375 'browser/profiles/profile_shortcut_manager_stub.cc', | 1373 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1376 ], | 1374 ], |
| 1377 # Sources (generally "desktop OS importers") used only on Mac & Windows. | 1375 # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 1378 'chrome_browser_win_mac_sources': [ | 1376 'chrome_browser_win_mac_sources': [ |
| 1379 'browser/crash_upload_list_crashpad.cc', | 1377 'browser/crash_upload_list_crashpad.cc', |
| (...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3818 '../chrome_elf/chrome_elf.gyp:dll_hash', | 3816 '../chrome_elf/chrome_elf.gyp:dll_hash', |
| 3819 '../components/components.gyp:browser_watcher', | 3817 '../components/components.gyp:browser_watcher', |
| 3820 '../components/components.gyp:browser_watcher_client', | 3818 '../components/components.gyp:browser_watcher_client', |
| 3821 '../google_update/google_update.gyp:google_update', | 3819 '../google_update/google_update.gyp:google_update', |
| 3822 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3820 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 3823 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3821 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 3824 '../third_party/kasko/kasko.gyp:kasko', | 3822 '../third_party/kasko/kasko.gyp:kasko', |
| 3825 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 3823 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 3826 '../ui/views/controls/webview/webview.gyp:webview', | 3824 '../ui/views/controls/webview/webview.gyp:webview', |
| 3827 '../ui/views/views.gyp:views', | 3825 '../ui/views/views.gyp:views', |
| 3828 '../win8/win8.gyp:metro_viewer', | |
| 3829 ], | 3826 ], |
| 3830 'export_dependent_settings': [ | 3827 'export_dependent_settings': [ |
| 3831 '../third_party/kasko/kasko.gyp:kasko', | 3828 '../third_party/kasko/kasko.gyp:kasko', |
| 3832 '../ui/views/controls/webview/webview.gyp:webview', | 3829 '../ui/views/controls/webview/webview.gyp:webview', |
| 3833 '../ui/views/views.gyp:views', | 3830 '../ui/views/views.gyp:views', |
| 3834 ], | 3831 ], |
| 3835 'conditions': [ | 3832 'conditions': [ |
| 3836 ['branding!="Chrome"', { | 3833 ['branding!="Chrome"', { |
| 3837 'dependencies!': [ | 3834 'dependencies!': [ |
| 3838 '../google_update/google_update.gyp:google_update', | 3835 '../google_update/google_update.gyp:google_update', |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4178 '../components/components.gyp:omnibox_browser', | 4175 '../components/components.gyp:omnibox_browser', |
| 4179 '../components/components.gyp:rlz', | 4176 '../components/components.gyp:rlz', |
| 4180 '../components/components.gyp:search_engines', | 4177 '../components/components.gyp:search_engines', |
| 4181 '../rlz/rlz.gyp:rlz_lib', | 4178 '../rlz/rlz.gyp:rlz_lib', |
| 4182 ], | 4179 ], |
| 4183 }, | 4180 }, |
| 4184 ], | 4181 ], |
| 4185 }], | 4182 }], |
| 4186 ], | 4183 ], |
| 4187 } | 4184 } |
| OLD | NEW |