Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Side by Side Diff: extensions/extensions.gyp

Issue 540273002: Move app.currentWindowInternal API implementation to extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 # Needed for grit. 291 # Needed for grit.
292 '<(SHARED_INTERMEDIATE_DIR)/chrome', 292 '<(SHARED_INTERMEDIATE_DIR)/chrome',
293 ], 293 ],
294 'sources': [ 294 'sources': [
295 # Note: sources list duplicated in GN build. 295 # Note: sources list duplicated in GN build.
296 # NOTE: When moving an API out of Chrome be sure to verify that the 296 # NOTE: When moving an API out of Chrome be sure to verify that the
297 # Android build still compiles. See conditions below. 297 # Android build still compiles. See conditions below.
298 'browser/api/api_resource.cc', 298 'browser/api/api_resource.cc',
299 'browser/api/api_resource.h', 299 'browser/api/api_resource.h',
300 'browser/api/api_resource_manager.h', 300 'browser/api/api_resource_manager.h',
301 'browser/api/app_current_window_internal/app_current_window_internal_api .cc',
302 'browser/api/app_current_window_internal/app_current_window_internal_api .h',
301 'browser/api/app_runtime/app_runtime_api.cc', 303 'browser/api/app_runtime/app_runtime_api.cc',
302 'browser/api/app_runtime/app_runtime_api.h', 304 'browser/api/app_runtime/app_runtime_api.h',
303 'browser/api/app_view/app_view_internal_api.cc', 305 'browser/api/app_view/app_view_internal_api.cc',
304 'browser/api/app_view/app_view_internal_api.h', 306 'browser/api/app_view/app_view_internal_api.h',
305 'browser/api/app_window/app_window_api.cc', 307 'browser/api/app_window/app_window_api.cc',
306 'browser/api/app_window/app_window_api.h', 308 'browser/api/app_window/app_window_api.h',
307 'browser/api/guest_view/guest_view_internal_api.cc', 309 'browser/api/guest_view/guest_view_internal_api.cc',
308 'browser/api/guest_view/guest_view_internal_api.h', 310 'browser/api/guest_view/guest_view_internal_api.h',
309 'browser/api/async_api_function.cc', 311 'browser/api/async_api_function.cc',
310 'browser/api/async_api_function.h', 312 'browser/api/async_api_function.h',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'browser/api/cast_channel/logging.proto' 1101 'browser/api/cast_channel/logging.proto'
1100 ], 1102 ],
1101 'variables': { 1103 'variables': {
1102 'proto_in_dir': 'browser/api/cast_channel', 1104 'proto_in_dir': 'browser/api/cast_channel',
1103 'proto_out_dir': 'extensions/browser/api/cast_channel', 1105 'proto_out_dir': 'extensions/browser/api/cast_channel',
1104 }, 1106 },
1105 'includes': [ '../build/protoc.gypi' ] 1107 'includes': [ '../build/protoc.gypi' ]
1106 }, 1108 },
1107 ] 1109 ]
1108 } 1110 }
OLDNEW
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698