OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 '<(INTERMEDIATE_DIR)', | 295 '<(INTERMEDIATE_DIR)', |
296 # Needed to access generated API headers. | 296 # Needed to access generated API headers. |
297 '<(SHARED_INTERMEDIATE_DIR)', | 297 '<(SHARED_INTERMEDIATE_DIR)', |
298 # Needed for grit. | 298 # Needed for grit. |
299 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 299 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
300 ], | 300 ], |
301 'sources': [ | 301 'sources': [ |
302 # Note: sources list duplicated in GN build. | 302 # Note: sources list duplicated in GN build. |
303 # NOTE: When moving an API out of Chrome be sure to verify that the | 303 # NOTE: When moving an API out of Chrome be sure to verify that the |
304 # Android build still compiles. See conditions below. | 304 # Android build still compiles. See conditions below. |
| 305 'browser/api/activity_log/web_request_constants.cc', |
| 306 'browser/api/activity_log/web_request_constants.h', |
305 'browser/api/api_resource.cc', | 307 'browser/api/api_resource.cc', |
306 'browser/api/api_resource.h', | 308 'browser/api/api_resource.h', |
307 'browser/api/api_resource_manager.h', | 309 'browser/api/api_resource_manager.h', |
308 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', | 310 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', |
309 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', | 311 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', |
310 'browser/api/app_runtime/app_runtime_api.cc', | 312 'browser/api/app_runtime/app_runtime_api.cc', |
311 'browser/api/app_runtime/app_runtime_api.h', | 313 'browser/api/app_runtime/app_runtime_api.h', |
312 'browser/api/app_view/app_view_internal_api.cc', | 314 'browser/api/app_view/app_view_internal_api.cc', |
313 'browser/api/app_view/app_view_internal_api.h', | 315 'browser/api/app_view/app_view_internal_api.h', |
314 'browser/api/app_window/app_window_api.cc', | 316 'browser/api/app_window/app_window_api.cc', |
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1144 'conditions': [ | 1146 'conditions': [ |
1145 ['OS=="win" and win_use_allocator_shim==1', { | 1147 ['OS=="win" and win_use_allocator_shim==1', { |
1146 'dependencies': [ | 1148 'dependencies': [ |
1147 '../base/allocator/allocator.gyp:allocator', | 1149 '../base/allocator/allocator.gyp:allocator', |
1148 ], | 1150 ], |
1149 }], | 1151 }], |
1150 ], | 1152 ], |
1151 }, | 1153 }, |
1152 ] | 1154 ] |
1153 } | 1155 } |
OLD | NEW |