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

Side by Side Diff: content/content_tests.gypi

Issue 17513002: Move DataElement into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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') | webkit/base/data_element.h » ('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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '../jingle/jingle.gyp:jingle_glue_test_util', 577 '../jingle/jingle.gyp:jingle_glue_test_util',
578 '../media/media.gyp:media_test_support', 578 '../media/media.gyp:media_test_support',
579 '../media/media.gyp:shared_memory_support', 579 '../media/media.gyp:shared_memory_support',
580 '../third_party/WebKit/public/blink.gyp:blink', 580 '../third_party/WebKit/public/blink.gyp:blink',
581 '../third_party/icu/icu.gyp:icui18n', 581 '../third_party/icu/icu.gyp:icui18n',
582 '../third_party/icu/icu.gyp:icuuc', 582 '../third_party/icu/icu.gyp:icuuc',
583 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 583 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
584 '../third_party/libjingle/libjingle.gyp:libjingle', 584 '../third_party/libjingle/libjingle.gyp:libjingle',
585 '../ui/gl/gl.gyp:gl', 585 '../ui/gl/gl.gyp:gl',
586 '../v8/tools/gyp/v8.gyp:v8', 586 '../v8/tools/gyp/v8.gyp:v8',
587 '../webkit/base/webkit_base.gyp:webkit_base',
588 '../webkit/common/webkit_common.gyp:webkit_common', 587 '../webkit/common/webkit_common.gyp:webkit_common',
589 '../webkit/plugins/webkit_plugins.gyp:plugins_common', 588 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
590 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', 589 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list',
591 '../webkit/storage_browser.gyp:webkit_storage_browser', 590 '../webkit/storage_browser.gyp:webkit_storage_browser',
592 '../webkit/storage_common.gyp:webkit_storage_common', 591 '../webkit/storage_common.gyp:webkit_storage_common',
593 '../webkit/storage_renderer.gyp:webkit_storage_renderer', 592 '../webkit/storage_renderer.gyp:webkit_storage_renderer',
594 '../webkit/support/webkit_support.gyp:glue', 593 '../webkit/support/webkit_support.gyp:glue',
595 '../webkit/support/webkit_support.gyp:glue_child', 594 '../webkit/support/webkit_support.gyp:glue_child',
596 '../webkit/support/webkit_support.gyp:glue_common', 595 '../webkit/support/webkit_support.gyp:glue_common',
597 '../webkit/support/webkit_support.gyp:glue_renderer', 596 '../webkit/support/webkit_support.gyp:glue_renderer',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'resource_dir': 'shell/android/shell_apk/res', 1226 'resource_dir': 'shell/android/shell_apk/res',
1228 'additional_src_dirs': ['public/android/javatests/',], 1227 'additional_src_dirs': ['public/android/javatests/',],
1229 'is_test_apk': 1, 1228 'is_test_apk': 1,
1230 }, 1229 },
1231 'includes': [ '../build/java_apk.gypi' ], 1230 'includes': [ '../build/java_apk.gypi' ],
1232 }, 1231 },
1233 ], 1232 ],
1234 }], 1233 }],
1235 ], 1234 ],
1236 } 1235 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | webkit/base/data_element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698