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

Side by Side Diff: content/content_tests.gypi

Issue 16189015: [OBSOLETE] Slogging webkit_base out of existence. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/page_state_webkit.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 563 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
564 '../third_party/libjingle/libjingle.gyp:libjingle', 564 '../third_party/libjingle/libjingle.gyp:libjingle',
565 '../ui/gl/gl.gyp:gl', 565 '../ui/gl/gl.gyp:gl',
566 '../v8/tools/gyp/v8.gyp:v8', 566 '../v8/tools/gyp/v8.gyp:v8',
567 '../webkit/plugins/webkit_plugins.gyp:plugins_common', 567 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
568 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', 568 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list',
569 '../webkit/support/webkit_support.gyp:glue', 569 '../webkit/support/webkit_support.gyp:glue',
570 '../webkit/support/webkit_support.gyp:glue_common', 570 '../webkit/support/webkit_support.gyp:glue_common',
571 '../webkit/support/webkit_support.gyp:glue_renderer', 571 '../webkit/support/webkit_support.gyp:glue_renderer',
572 '../webkit/support/webkit_support.gyp:plugins', 572 '../webkit/support/webkit_support.gyp:plugins',
573 '../webkit/support/webkit_support.gyp:webkit_base',
574 '../webkit/support/webkit_support.gyp:webkit_common', 573 '../webkit/support/webkit_support.gyp:webkit_common',
575 '../webkit/support/webkit_support.gyp:webkit_media', 574 '../webkit/support/webkit_support.gyp:webkit_media',
576 '../webkit/support/webkit_support.gyp:webkit_storage', 575 '../webkit/support/webkit_support.gyp:webkit_storage',
577 ], 576 ],
578 }], 577 }],
579 ['enable_plugins==0', { 578 ['enable_plugins==0', {
580 'sources/': [ 579 'sources/': [
581 ['exclude', '^renderer/pepper/'], 580 ['exclude', '^renderer/pepper/'],
582 ['exclude', '^browser/renderer_host/pepper/'], 581 ['exclude', '^browser/renderer_host/pepper/'],
583 ], 582 ],
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'resource_dir': 'shell/android/shell_apk/res', 1175 'resource_dir': 'shell/android/shell_apk/res',
1177 'additional_src_dirs': ['public/android/javatests/',], 1176 'additional_src_dirs': ['public/android/javatests/',],
1178 'is_test_apk': 1, 1177 'is_test_apk': 1,
1179 }, 1178 },
1180 'includes': [ '../build/java_apk.gypi' ], 1179 'includes': [ '../build/java_apk.gypi' ],
1181 }, 1180 },
1182 ], 1181 ],
1183 }], 1182 }],
1184 ], 1183 ],
1185 } 1184 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/page_state_webkit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698