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

Side by Side Diff: content/content_tests.gypi

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 '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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 '../ppapi/ppapi_internal.gyp:ppapi_host', 651 '../ppapi/ppapi_internal.gyp:ppapi_host',
652 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 652 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
653 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 653 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
654 '../ppapi/ppapi_internal.gyp:ppapi_shared', 654 '../ppapi/ppapi_internal.gyp:ppapi_shared',
655 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 655 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
656 '../skia/skia.gyp:skia', 656 '../skia/skia.gyp:skia',
657 '../testing/gmock.gyp:gmock', 657 '../testing/gmock.gyp:gmock',
658 '../testing/gtest.gyp:gtest', 658 '../testing/gtest.gyp:gtest',
659 '../third_party/mesa/mesa.gyp:osmesa', 659 '../third_party/mesa/mesa.gyp:osmesa',
660 '../ui/gl/gl.gyp:gl', 660 '../ui/gl/gl.gyp:gl',
661 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
661 '../ui/ui.gyp:ui', 662 '../ui/ui.gyp:ui',
662 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', 663 '../webkit/support/webkit_support.gyp:clearkeycdmplugin',
663 '../webkit/support/webkit_support.gyp:glue', 664 '../webkit/support/webkit_support.gyp:glue',
664 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources', 665 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources',
665 ], 666 ],
666 'include_dirs': [ 667 'include_dirs': [
667 '..', 668 '..',
668 ], 669 ],
669 'includes': [ 670 'includes': [
670 'browser/gpu/test_support_gpu.gypi', 671 'browser/gpu/test_support_gpu.gypi',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'resource_dir': '../res', 1001 'resource_dir': '../res',
1001 'additional_src_dirs': ['../content/public/android/javatests/'], 1002 'additional_src_dirs': ['../content/public/android/javatests/'],
1002 'is_test_apk': 1, 1003 'is_test_apk': 1,
1003 }, 1004 },
1004 'includes': [ '../build/java_apk.gypi' ], 1005 'includes': [ '../build/java_apk.gypi' ],
1005 }, 1006 },
1006 ], 1007 ],
1007 }], 1008 }],
1008 ], 1009 ],
1009 } 1010 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/pepper/pepper_file_chooser_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698