| 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 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 ], | 1018 ], |
| 1019 # Android and iOS, not CrOS. | 1019 # Android and iOS, not CrOS. |
| 1020 'chrome_browser_mobile_sources': [ | 1020 'chrome_browser_mobile_sources': [ |
| 1021 'browser/chrome_browser_field_trials_mobile.cc', | 1021 'browser/chrome_browser_field_trials_mobile.cc', |
| 1022 'browser/chrome_browser_field_trials_mobile.h', | 1022 'browser/chrome_browser_field_trials_mobile.h', |
| 1023 ], | 1023 ], |
| 1024 # Everything but Android and iOS. | 1024 # Everything but Android and iOS. |
| 1025 'chrome_browser_non_mobile_sources': [ | 1025 'chrome_browser_non_mobile_sources': [ |
| 1026 'browser/accessibility/invert_bubble_prefs.cc', | 1026 'browser/accessibility/invert_bubble_prefs.cc', |
| 1027 'browser/accessibility/invert_bubble_prefs.h', | 1027 'browser/accessibility/invert_bubble_prefs.h', |
| 1028 'browser/auto_launch_trial.cc', | |
| 1029 'browser/auto_launch_trial.h', | |
| 1030 'browser/background/background_contents.cc', | 1028 'browser/background/background_contents.cc', |
| 1031 'browser/background/background_contents.h', | 1029 'browser/background/background_contents.h', |
| 1032 'browser/banners/app_banner_data_fetcher_desktop.cc', | 1030 'browser/banners/app_banner_data_fetcher_desktop.cc', |
| 1033 'browser/banners/app_banner_data_fetcher_desktop.h', | 1031 'browser/banners/app_banner_data_fetcher_desktop.h', |
| 1034 'browser/banners/app_banner_infobar_delegate_desktop.cc', | 1032 'browser/banners/app_banner_infobar_delegate_desktop.cc', |
| 1035 'browser/banners/app_banner_infobar_delegate_desktop.h', | 1033 'browser/banners/app_banner_infobar_delegate_desktop.h', |
| 1036 'browser/banners/app_banner_manager_desktop.cc', | 1034 'browser/banners/app_banner_manager_desktop.cc', |
| 1037 'browser/banners/app_banner_manager_desktop.h', | 1035 'browser/banners/app_banner_manager_desktop.h', |
| 1038 'browser/bookmarks/bookmark_html_writer.cc', | 1036 'browser/bookmarks/bookmark_html_writer.cc', |
| 1039 'browser/bookmarks/bookmark_html_writer.h', | 1037 'browser/bookmarks/bookmark_html_writer.h', |
| (...skipping 3046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4086 '../components/components.gyp:omnibox_browser', | 4084 '../components/components.gyp:omnibox_browser', |
| 4087 '../components/components.gyp:rlz', | 4085 '../components/components.gyp:rlz', |
| 4088 '../components/components.gyp:search_engines', | 4086 '../components/components.gyp:search_engines', |
| 4089 '../rlz/rlz.gyp:rlz_lib', | 4087 '../rlz/rlz.gyp:rlz_lib', |
| 4090 ], | 4088 ], |
| 4091 }, | 4089 }, |
| 4092 ], | 4090 ], |
| 4093 }], | 4091 }], |
| 4094 ], | 4092 ], |
| 4095 } | 4093 } |
| OLD | NEW |