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 |
11 # These variables are so the file lists can be shared with the GN build. | 11 # These variables are so the file lists can be shared with the GN build. |
12 'chrome_browser_non_ios_sources': [ | 12 'chrome_browser_non_ios_sources': [ |
13 'browser/about_flags.cc', | 13 'browser/about_flags.cc', |
14 'browser/about_flags.h', | 14 'browser/about_flags.h', |
15 'browser/android/accessibility/font_size_prefs_android.cc', | 15 'browser/android/accessibility/font_size_prefs_android.cc', |
16 'browser/android/accessibility/font_size_prefs_android.h', 'browser/a
ndroid/accessibility_util.cc', | 16 'browser/android/accessibility/font_size_prefs_android.h', |
| 17 'browser/android/accessibility_util.cc', |
17 'browser/android/accessibility_util.h', | 18 'browser/android/accessibility_util.h', |
18 'browser/android/activity_type_id_list.h', | 19 'browser/android/activity_type_id_list.h', |
19 'browser/android/activity_type_ids.cc', | 20 'browser/android/activity_type_ids.cc', |
20 'browser/android/activity_type_ids.h', | 21 'browser/android/activity_type_ids.h', |
21 'browser/android/banners/app_banner_manager.cc', | 22 'browser/android/banners/app_banner_manager.cc', |
22 'browser/android/banners/app_banner_manager.h', | 23 'browser/android/banners/app_banner_manager.h', |
23 'browser/android/banners/app_banner_metrics_id_list.h', | 24 'browser/android/banners/app_banner_metrics_id_list.h', |
24 'browser/android/banners/app_banner_metrics_ids.h', | 25 'browser/android/banners/app_banner_metrics_ids.h', |
25 'browser/android/banners/app_banner_settings_helper.cc', | 26 'browser/android/banners/app_banner_settings_helper.cc', |
26 'browser/android/banners/app_banner_settings_helper.h', | 27 'browser/android/banners/app_banner_settings_helper.h', |
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3572 'variables': { | 3573 'variables': { |
3573 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3574 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3575 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3575 }, | 3576 }, |
3576 'includes': [ '../build/protoc.gypi' ] | 3577 'includes': [ '../build/protoc.gypi' ] |
3577 }, | 3578 }, |
3578 ], | 3579 ], |
3579 },], | 3580 },], |
3580 ], | 3581 ], |
3581 } | 3582 } |
OLD | NEW |