OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 }, | 91 }, |
92 'export_dependent_settings': [ | 92 'export_dependent_settings': [ |
93 '../sync/sync.gyp:sync_notifier', | 93 '../sync/sync.gyp:sync_notifier', |
94 ], | 94 ], |
95 'sources': [ | 95 'sources': [ |
96 # All .cc, .h, .m, and .mm files under browser except for: | 96 # All .cc, .h, .m, and .mm files under browser except for: |
97 # * tests and mocks. | 97 # * tests and mocks. |
98 # * code below browser/extensions | 98 # * code below browser/extensions |
99 'browser/about_flags.cc', | 99 'browser/about_flags.cc', |
100 'browser/about_flags.h', | 100 'browser/about_flags.h', |
| 101 'browser/about_flags_android.cc', |
101 'browser/accessibility/accessibility_extension_api_constants.cc', | 102 'browser/accessibility/accessibility_extension_api_constants.cc', |
102 'browser/accessibility/accessibility_extension_api_constants.h', | 103 'browser/accessibility/accessibility_extension_api_constants.h', |
103 'browser/accessibility/accessibility_events.cc', | 104 'browser/accessibility/accessibility_events.cc', |
104 'browser/accessibility/accessibility_events.h', | 105 'browser/accessibility/accessibility_events.h', |
105 'browser/accessibility/invert_bubble_prefs.cc', | 106 'browser/accessibility/invert_bubble_prefs.cc', |
106 'browser/accessibility/invert_bubble_prefs.h', | 107 'browser/accessibility/invert_bubble_prefs.h', |
107 'browser/android/chrome_startup_flags.cc', | 108 'browser/android/chrome_startup_flags.cc', |
108 'browser/android/chrome_startup_flags.h', | 109 'browser/android/chrome_startup_flags.h', |
109 'browser/alternate_nav_url_fetcher.cc', | 110 'browser/alternate_nav_url_fetcher.cc', |
110 'browser/alternate_nav_url_fetcher.h', | 111 'browser/alternate_nav_url_fetcher.h', |
(...skipping 5250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5361 'browser/metrics/proto/study.proto', | 5362 'browser/metrics/proto/study.proto', |
5362 ], | 5363 ], |
5363 'variables': { | 5364 'variables': { |
5364 'proto_in_dir': 'browser/metrics/proto', | 5365 'proto_in_dir': 'browser/metrics/proto', |
5365 'proto_out_dir': 'chrome/browser/metrics/proto', | 5366 'proto_out_dir': 'chrome/browser/metrics/proto', |
5366 }, | 5367 }, |
5367 'includes': [ '../build/protoc.gypi' ] | 5368 'includes': [ '../build/protoc.gypi' ] |
5368 }, | 5369 }, |
5369 ], | 5370 ], |
5370 } | 5371 } |
OLD | NEW |