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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'sources': [ | 87 'sources': [ |
88 # All .cc, .h, .m, and .mm files under browser except for: | 88 # All .cc, .h, .m, and .mm files under browser except for: |
89 # * tests and mocks. | 89 # * tests and mocks. |
90 # * code below browser/extensions | 90 # * code below browser/extensions |
91 'browser/about_flags.cc', | 91 'browser/about_flags.cc', |
92 'browser/about_flags.h', | 92 'browser/about_flags.h', |
93 'browser/accessibility/accessibility_extension_api_constants.cc', | 93 'browser/accessibility/accessibility_extension_api_constants.cc', |
94 'browser/accessibility/accessibility_extension_api_constants.h', | 94 'browser/accessibility/accessibility_extension_api_constants.h', |
95 'browser/accessibility/accessibility_events.cc', | 95 'browser/accessibility/accessibility_events.cc', |
96 'browser/accessibility/accessibility_events.h', | 96 'browser/accessibility/accessibility_events.h', |
| 97 'browser/accessibility/invert_bubble_prefs.cc', |
| 98 'browser/accessibility/invert_bubble_prefs.h', |
97 'browser/accessibility/invert_bubble_views.cc', | 99 'browser/accessibility/invert_bubble_views.cc', |
98 'browser/accessibility/invert_bubble_views.h', | 100 'browser/accessibility/invert_bubble_views.h', |
99 'browser/alternate_nav_url_fetcher.cc', | 101 'browser/alternate_nav_url_fetcher.cc', |
100 'browser/alternate_nav_url_fetcher.h', | 102 'browser/alternate_nav_url_fetcher.h', |
101 'browser/app_controller_mac.h', | 103 'browser/app_controller_mac.h', |
102 'browser/app_controller_mac.mm', | 104 'browser/app_controller_mac.mm', |
103 'browser/app_icon_win.cc', | 105 'browser/app_icon_win.cc', |
104 'browser/app_icon_win.h', | 106 'browser/app_icon_win.h', |
105 'browser/autocomplete/autocomplete.cc', | 107 'browser/autocomplete/autocomplete.cc', |
106 'browser/autocomplete/autocomplete.h', | 108 'browser/autocomplete/autocomplete.h', |
(...skipping 4975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5082 'browser/metrics/proto/study.proto', | 5084 'browser/metrics/proto/study.proto', |
5083 ], | 5085 ], |
5084 'variables': { | 5086 'variables': { |
5085 'proto_in_dir': 'browser/metrics/proto', | 5087 'proto_in_dir': 'browser/metrics/proto', |
5086 'proto_out_dir': 'chrome/browser/metrics/proto', | 5088 'proto_out_dir': 'chrome/browser/metrics/proto', |
5087 }, | 5089 }, |
5088 'includes': [ '../build/protoc.gypi' ] | 5090 'includes': [ '../build/protoc.gypi' ] |
5089 }, | 5091 }, |
5090 ], | 5092 ], |
5091 } | 5093 } |
OLD | NEW |