| 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 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 ], | 1014 ], |
| 1015 # Android and iOS, not CrOS. | 1015 # Android and iOS, not CrOS. |
| 1016 'chrome_browser_mobile_sources': [ | 1016 'chrome_browser_mobile_sources': [ |
| 1017 'browser/chrome_browser_field_trials_mobile.cc', | 1017 'browser/chrome_browser_field_trials_mobile.cc', |
| 1018 'browser/chrome_browser_field_trials_mobile.h', | 1018 'browser/chrome_browser_field_trials_mobile.h', |
| 1019 ], | 1019 ], |
| 1020 # Everything but Android and iOS. | 1020 # Everything but Android and iOS. |
| 1021 'chrome_browser_non_mobile_sources': [ | 1021 'chrome_browser_non_mobile_sources': [ |
| 1022 'browser/accessibility/invert_bubble_prefs.cc', | 1022 'browser/accessibility/invert_bubble_prefs.cc', |
| 1023 'browser/accessibility/invert_bubble_prefs.h', | 1023 'browser/accessibility/invert_bubble_prefs.h', |
| 1024 'browser/auto_launch_trial.cc', | |
| 1025 'browser/auto_launch_trial.h', | |
| 1026 'browser/background/background_contents.cc', | 1024 'browser/background/background_contents.cc', |
| 1027 'browser/background/background_contents.h', | 1025 'browser/background/background_contents.h', |
| 1028 'browser/banners/app_banner_data_fetcher_desktop.cc', | 1026 'browser/banners/app_banner_data_fetcher_desktop.cc', |
| 1029 'browser/banners/app_banner_data_fetcher_desktop.h', | 1027 'browser/banners/app_banner_data_fetcher_desktop.h', |
| 1030 'browser/banners/app_banner_infobar_delegate_desktop.cc', | 1028 'browser/banners/app_banner_infobar_delegate_desktop.cc', |
| 1031 'browser/banners/app_banner_infobar_delegate_desktop.h', | 1029 'browser/banners/app_banner_infobar_delegate_desktop.h', |
| 1032 'browser/banners/app_banner_manager_desktop.cc', | 1030 'browser/banners/app_banner_manager_desktop.cc', |
| 1033 'browser/banners/app_banner_manager_desktop.h', | 1031 'browser/banners/app_banner_manager_desktop.h', |
| 1034 'browser/bookmarks/bookmark_html_writer.cc', | 1032 'browser/bookmarks/bookmark_html_writer.cc', |
| 1035 'browser/bookmarks/bookmark_html_writer.h', | 1033 'browser/bookmarks/bookmark_html_writer.h', |
| (...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4097 '../components/components.gyp:omnibox_browser', | 4095 '../components/components.gyp:omnibox_browser', |
| 4098 '../components/components.gyp:rlz', | 4096 '../components/components.gyp:rlz', |
| 4099 '../components/components.gyp:search_engines', | 4097 '../components/components.gyp:search_engines', |
| 4100 '../rlz/rlz.gyp:rlz_lib', | 4098 '../rlz/rlz.gyp:rlz_lib', |
| 4101 ], | 4099 ], |
| 4102 }, | 4100 }, |
| 4103 ], | 4101 ], |
| 4104 }], | 4102 }], |
| 4105 ], | 4103 ], |
| 4106 } | 4104 } |
| OLD | NEW |