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

Side by Side Diff: chrome/chrome.gyp

Issue 173556: Implement script API:executeScript (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 'browser/extensions/extension_devtools_bridge.cc', 1145 'browser/extensions/extension_devtools_bridge.cc',
1146 'browser/extensions/extension_devtools_bridge.h', 1146 'browser/extensions/extension_devtools_bridge.h',
1147 'browser/extensions/extension_devtools_events.cc', 1147 'browser/extensions/extension_devtools_events.cc',
1148 'browser/extensions/extension_devtools_events.h', 1148 'browser/extensions/extension_devtools_events.h',
1149 'browser/extensions/extension_devtools_manager.cc', 1149 'browser/extensions/extension_devtools_manager.cc',
1150 'browser/extensions/extension_devtools_manager.h', 1150 'browser/extensions/extension_devtools_manager.h',
1151 'browser/extensions/extension_dom_ui.cc', 1151 'browser/extensions/extension_dom_ui.cc',
1152 'browser/extensions/extension_dom_ui.h', 1152 'browser/extensions/extension_dom_ui.h',
1153 'browser/extensions/extension_event_names.cc', 1153 'browser/extensions/extension_event_names.cc',
1154 'browser/extensions/extension_event_names.h', 1154 'browser/extensions/extension_event_names.h',
1155 'browser/extensions/execute_code_in_tab_function.cc',
1156 'browser/extensions/execute_code_in_tab_function.h',
1157 'browser/extensions/execute_script_apitest.cc',
1155 'browser/extensions/extension_file_util.cc', 1158 'browser/extensions/extension_file_util.cc',
1156 'browser/extensions/extension_file_util.h', 1159 'browser/extensions/extension_file_util.h',
1157 'browser/extensions/extension_function.cc', 1160 'browser/extensions/extension_function.cc',
1158 'browser/extensions/extension_function.h', 1161 'browser/extensions/extension_function.h',
1159 'browser/extensions/extension_function_dispatcher.cc', 1162 'browser/extensions/extension_function_dispatcher.cc',
1160 'browser/extensions/extension_function_dispatcher.h', 1163 'browser/extensions/extension_function_dispatcher.h',
1161 'browser/extensions/extension_host.cc', 1164 'browser/extensions/extension_host.cc',
1162 'browser/extensions/extension_host.h', 1165 'browser/extensions/extension_host.h',
1163 'browser/extensions/extension_install_ui.cc', 1166 'browser/extensions/extension_install_ui.cc',
1164 'browser/extensions/extension_install_ui.h', 1167 'browser/extensions/extension_install_ui.h',
(...skipping 5377 matching lines...) Expand 10 before | Expand all | Expand 10 after
6542 'dependencies': [ 6545 'dependencies': [
6543 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6546 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6544 ], 6547 ],
6545 }], 6548 }],
6546 ], 6549 ],
6547 }, 6550 },
6548 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6551 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6549 }], 6552 }],
6550 ], # 'conditions' 6553 ], # 'conditions'
6551 } 6554 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698