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

Side by Side Diff: content/content_shell.gypi

Issue 172263002: Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wrappable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'shell/renderer/test_runner/WebTestInterfaces.h', 232 'shell/renderer/test_runner/WebTestInterfaces.h',
233 'shell/renderer/test_runner/WebTestProxy.cpp', 233 'shell/renderer/test_runner/WebTestProxy.cpp',
234 'shell/renderer/test_runner/WebTestProxy.h', 234 'shell/renderer/test_runner/WebTestProxy.h',
235 'shell/renderer/test_runner/WebTestRunner.h', 235 'shell/renderer/test_runner/WebTestRunner.h',
236 'shell/renderer/test_runner/WebTestThemeEngineMac.h', 236 'shell/renderer/test_runner/WebTestThemeEngineMac.h',
237 'shell/renderer/test_runner/WebTestThemeEngineMac.mm', 237 'shell/renderer/test_runner/WebTestThemeEngineMac.mm',
238 'shell/renderer/test_runner/WebTestThemeEngineMock.cpp', 238 'shell/renderer/test_runner/WebTestThemeEngineMock.cpp',
239 'shell/renderer/test_runner/WebTestThemeEngineMock.h', 239 'shell/renderer/test_runner/WebTestThemeEngineMock.h',
240 'shell/renderer/test_runner/WebUserMediaClientMock.cpp', 240 'shell/renderer/test_runner/WebUserMediaClientMock.cpp',
241 'shell/renderer/test_runner/WebUserMediaClientMock.h', 241 'shell/renderer/test_runner/WebUserMediaClientMock.h',
242 'shell/renderer/test_runner/accessibility_controller.cc',
243 'shell/renderer/test_runner/accessibility_controller.h',
242 'shell/renderer/test_runner/gamepad_controller.cc', 244 'shell/renderer/test_runner/gamepad_controller.cc',
243 'shell/renderer/test_runner/gamepad_controller.h', 245 'shell/renderer/test_runner/gamepad_controller.h',
244 'shell/renderer/test_runner/text_input_controller.cc', 246 'shell/renderer/test_runner/text_input_controller.cc',
245 'shell/renderer/test_runner/text_input_controller.h', 247 'shell/renderer/test_runner/text_input_controller.h',
248 'shell/renderer/test_runner/web_ax_object_proxy.cc',
249 'shell/renderer/test_runner/web_ax_object_proxy.h',
246 'shell/renderer/webkit_test_runner.cc', 250 'shell/renderer/webkit_test_runner.cc',
247 'shell/renderer/webkit_test_runner.h', 251 'shell/renderer/webkit_test_runner.h',
248 'test/layouttest_support.cc', 252 'test/layouttest_support.cc',
249 ], 253 ],
250 'msvs_settings': { 254 'msvs_settings': {
251 'VCLinkerTool': { 255 'VCLinkerTool': {
252 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 256 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
253 }, 257 },
254 }, 258 },
255 'conditions': [ 259 'conditions': [
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1127 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1124 '--destination_dir', '<(dest_dir)', 1128 '--destination_dir', '<(dest_dir)',
1125 ], 1129 ],
1126 }, 1130 },
1127 ], 1131 ],
1128 }, 1132 },
1129 ], 1133 ],
1130 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1134 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1131 ] 1135 ]
1132 } 1136 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/WebAXObjectProxy.h » ('j') | gin/unsafe_persistent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698