| 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 # other sections and filtered out for non-ChromeOS platforms. | 1123 # other sections and filtered out for non-ChromeOS platforms. |
| 1124 'chrome_browser_chromeos_sources': [ | 1124 'chrome_browser_chromeos_sources': [ |
| 1125 'browser/download/notification/download_item_notification.cc', | 1125 'browser/download/notification/download_item_notification.cc', |
| 1126 'browser/download/notification/download_item_notification.h', | 1126 'browser/download/notification/download_item_notification.h', |
| 1127 'browser/download/notification/download_notification.cc', | 1127 'browser/download/notification/download_notification.cc', |
| 1128 'browser/download/notification/download_notification.h', | 1128 'browser/download/notification/download_notification.h', |
| 1129 'browser/download/notification/download_notification_manager.cc', | 1129 'browser/download/notification/download_notification_manager.cc', |
| 1130 'browser/download/notification/download_notification_manager.h', | 1130 'browser/download/notification/download_notification_manager.h', |
| 1131 'browser/media/protected_media_identifier_permission_context.cc', | 1131 'browser/media/protected_media_identifier_permission_context.cc', |
| 1132 'browser/media/protected_media_identifier_permission_context.h', | 1132 'browser/media/protected_media_identifier_permission_context.h', |
| 1133 'browser/media/window_icon_util_chromeos.cc', |
| 1133 'browser/metrics/chromeos_metrics_provider.cc', | 1134 'browser/metrics/chromeos_metrics_provider.cc', |
| 1134 'browser/metrics/chromeos_metrics_provider.h', | 1135 'browser/metrics/chromeos_metrics_provider.h', |
| 1135 'browser/metrics/perf/cpu_identity.cc', | 1136 'browser/metrics/perf/cpu_identity.cc', |
| 1136 'browser/metrics/perf/cpu_identity.h', | 1137 'browser/metrics/perf/cpu_identity.h', |
| 1137 'browser/metrics/perf/perf_output.cc', | 1138 'browser/metrics/perf/perf_output.cc', |
| 1138 'browser/metrics/perf/perf_output.h', | 1139 'browser/metrics/perf/perf_output.h', |
| 1139 'browser/metrics/perf/random_selector.cc', | 1140 'browser/metrics/perf/random_selector.cc', |
| 1140 'browser/metrics/perf/random_selector.h', | 1141 'browser/metrics/perf/random_selector.h', |
| 1141 'browser/metrics/perf/windowed_incognito_observer.cc', | 1142 'browser/metrics/perf/windowed_incognito_observer.cc', |
| 1142 'browser/metrics/perf/windowed_incognito_observer.h', | 1143 'browser/metrics/perf/windowed_incognito_observer.h', |
| (...skipping 3204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4347 '../components/components.gyp:rlz', | 4348 '../components/components.gyp:rlz', |
| 4348 '../components/components.gyp:search_engines', | 4349 '../components/components.gyp:search_engines', |
| 4349 '../rlz/rlz.gyp:rlz_lib', | 4350 '../rlz/rlz.gyp:rlz_lib', |
| 4350 'common', | 4351 'common', |
| 4351 ], | 4352 ], |
| 4352 }, | 4353 }, |
| 4353 ], | 4354 ], |
| 4354 }], | 4355 }], |
| 4355 ], | 4356 ], |
| 4356 } | 4357 } |
| OLD | NEW |