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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 '<(INTERMEDIATE_DIR)', | 318 '<(INTERMEDIATE_DIR)', |
319 # Needed to access generated API headers. | 319 # Needed to access generated API headers. |
320 '<(SHARED_INTERMEDIATE_DIR)', | 320 '<(SHARED_INTERMEDIATE_DIR)', |
321 ], | 321 ], |
322 'sources': [ | 322 'sources': [ |
323 # Note: sources list duplicated in GN build. | 323 # Note: sources list duplicated in GN build. |
324 # NOTE: When moving an API out of Chrome be sure to verify that the | 324 # NOTE: When moving an API out of Chrome be sure to verify that the |
325 # Android build still compiles. See conditions below. | 325 # Android build still compiles. See conditions below. |
326 'browser/api/activity_log/web_request_constants.cc', | 326 'browser/api/activity_log/web_request_constants.cc', |
327 'browser/api/activity_log/web_request_constants.h', | 327 'browser/api/activity_log/web_request_constants.h', |
| 328 'browser/api/alarms/alarms_api.cc', |
| 329 'browser/api/alarms/alarms_api.h', |
| 330 'browser/api/alarms/alarm_manager.cc', |
| 331 'browser/api/alarms/alarm_manager.h', |
328 'browser/api/api_resource.cc', | 332 'browser/api/api_resource.cc', |
329 'browser/api/api_resource.h', | 333 'browser/api/api_resource.h', |
330 'browser/api/api_resource_manager.h', | 334 'browser/api/api_resource_manager.h', |
331 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', | 335 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', |
332 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', | 336 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', |
333 'browser/api/app_runtime/app_runtime_api.cc', | 337 'browser/api/app_runtime/app_runtime_api.cc', |
334 'browser/api/app_runtime/app_runtime_api.h', | 338 'browser/api/app_runtime/app_runtime_api.h', |
335 'browser/api/app_view/app_view_guest_internal_api.cc', | 339 'browser/api/app_view/app_view_guest_internal_api.cc', |
336 'browser/api/app_view/app_view_guest_internal_api.h', | 340 'browser/api/app_view/app_view_guest_internal_api.h', |
337 'browser/api/app_window/app_window_api.cc', | 341 'browser/api/app_window/app_window_api.cc', |
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1294 'conditions': [ | 1298 'conditions': [ |
1295 ['OS=="win" and win_use_allocator_shim==1', { | 1299 ['OS=="win" and win_use_allocator_shim==1', { |
1296 'dependencies': [ | 1300 'dependencies': [ |
1297 '../base/allocator/allocator.gyp:allocator', | 1301 '../base/allocator/allocator.gyp:allocator', |
1298 ], | 1302 ], |
1299 }], | 1303 }], |
1300 ], | 1304 ], |
1301 }, | 1305 }, |
1302 ] | 1306 ] |
1303 } | 1307 } |
OLD | NEW |