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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 '<(INTERMEDIATE_DIR)', | 349 '<(INTERMEDIATE_DIR)', |
350 # Needed to access generated API headers. | 350 # Needed to access generated API headers. |
351 '<(SHARED_INTERMEDIATE_DIR)', | 351 '<(SHARED_INTERMEDIATE_DIR)', |
352 ], | 352 ], |
353 'sources': [ | 353 'sources': [ |
354 # Note: sources list duplicated in GN build. | 354 # Note: sources list duplicated in GN build. |
355 # NOTE: When moving an API out of Chrome be sure to verify that the | 355 # NOTE: When moving an API out of Chrome be sure to verify that the |
356 # Android build still compiles. See conditions below. | 356 # Android build still compiles. See conditions below. |
357 'browser/api/activity_log/web_request_constants.cc', | 357 'browser/api/activity_log/web_request_constants.cc', |
358 'browser/api/activity_log/web_request_constants.h', | 358 'browser/api/activity_log/web_request_constants.h', |
| 359 'browser/api/alarms/alarms_api.cc', |
| 360 'browser/api/alarms/alarms_api.h', |
| 361 'browser/api/alarms/alarm_manager.cc', |
| 362 'browser/api/alarms/alarm_manager.h', |
359 'browser/api/api_resource.cc', | 363 'browser/api/api_resource.cc', |
360 'browser/api/api_resource.h', | 364 'browser/api/api_resource.h', |
361 'browser/api/api_resource_manager.h', | 365 'browser/api/api_resource_manager.h', |
362 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', | 366 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', |
363 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', | 367 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', |
364 'browser/api/app_runtime/app_runtime_api.cc', | 368 'browser/api/app_runtime/app_runtime_api.cc', |
365 'browser/api/app_runtime/app_runtime_api.h', | 369 'browser/api/app_runtime/app_runtime_api.h', |
366 'browser/api/app_view/app_view_guest_internal_api.cc', | 370 'browser/api/app_view/app_view_guest_internal_api.cc', |
367 'browser/api/app_view/app_view_guest_internal_api.h', | 371 'browser/api/app_view/app_view_guest_internal_api.h', |
368 'browser/api/app_window/app_window_api.cc', | 372 'browser/api/app_window/app_window_api.cc', |
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1228 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
1225 ], | 1229 ], |
1226 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1230 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
1227 }, | 1231 }, |
1228 'includes': [ '../build/repack_action.gypi' ], | 1232 'includes': [ '../build/repack_action.gypi' ], |
1229 }, | 1233 }, |
1230 ], | 1234 ], |
1231 }, | 1235 }, |
1232 ] | 1236 ] |
1233 } | 1237 } |
OLD | NEW |