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

Side by Side Diff: content/content_tests.gypi

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add gyp files Created 8 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
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | gpu/command_buffer/common/command_buffer.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) 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'content_plugin', 537 'content_plugin',
538 'content_renderer', 538 'content_renderer',
539 'content_shell_lib', 539 'content_shell_lib',
540 'content_shell_pak', 540 'content_shell_pak',
541 'test_support_content', 541 'test_support_content',
542 '../base/base.gyp:test_support_base', 542 '../base/base.gyp:test_support_base',
543 '../ipc/ipc.gyp:test_support_ipc', 543 '../ipc/ipc.gyp:test_support_ipc',
544 '../net/net.gyp:net_test_support', 544 '../net/net.gyp:net_test_support',
545 '../ppapi/ppapi_internal.gyp:ppapi_host', 545 '../ppapi/ppapi_internal.gyp:ppapi_host',
546 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 546 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
547 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
547 '../ppapi/ppapi_internal.gyp:ppapi_shared', 548 '../ppapi/ppapi_internal.gyp:ppapi_shared',
548 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 549 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
549 '../skia/skia.gyp:skia', 550 '../skia/skia.gyp:skia',
550 '../testing/gmock.gyp:gmock', 551 '../testing/gmock.gyp:gmock',
551 '../testing/gtest.gyp:gtest', 552 '../testing/gtest.gyp:gtest',
552 '../ui/ui.gyp:ui', 553 '../ui/ui.gyp:ui',
553 '../webkit/support/webkit_support.gyp:glue', 554 '../webkit/support/webkit_support.gyp:glue',
554 ], 555 ],
555 'include_dirs': [ 556 'include_dirs': [
556 '..', 557 '..',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 '-buildfile', 842 '-buildfile',
842 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 843 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
843 ] 844 ]
844 } 845 }
845 ], 846 ],
846 }, 847 },
847 ], 848 ],
848 }], 849 }],
849 ], 850 ],
850 } 851 }
OLDNEW
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | gpu/command_buffer/common/command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698