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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10984094: Hook up PpapiPermissions in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | chrome/common/pepper_flash.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) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../content/content.gyp:content_plugin', 55 '../content/content.gyp:content_plugin',
56 '../content/content.gyp:content_ppapi_plugin', 56 '../content/content.gyp:content_ppapi_plugin',
57 '../content/content.gyp:content_renderer', 57 '../content/content.gyp:content_renderer',
58 '../content/content.gyp:content_utility', 58 '../content/content.gyp:content_utility',
59 '../content/content.gyp:content_worker', 59 '../content/content.gyp:content_worker',
60 '../content/content.gyp:test_support_content', 60 '../content/content.gyp:test_support_content',
61 '../ipc/ipc.gyp:test_support_ipc', 61 '../ipc/ipc.gyp:test_support_ipc',
62 '../media/media.gyp:media_test_support', 62 '../media/media.gyp:media_test_support',
63 '../net/net.gyp:net', 63 '../net/net.gyp:net',
64 '../net/net.gyp:net_test_support', 64 '../net/net.gyp:net_test_support',
65 '../ppapi/ppapi_internal.gyp:ppapi_shared',
65 '../skia/skia.gyp:skia', 66 '../skia/skia.gyp:skia',
66 '../testing/gmock.gyp:gmock', 67 '../testing/gmock.gyp:gmock',
67 '../testing/gtest.gyp:gtest', 68 '../testing/gtest.gyp:gtest',
68 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 69 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
69 '../ui/compositor/compositor.gyp:compositor_test_support', 70 '../ui/compositor/compositor.gyp:compositor_test_support',
70 ], 71 ],
71 'export_dependent_settings': [ 72 'export_dependent_settings': [
72 'renderer', 73 'renderer',
73 'app/policy/cloud_policy_codegen.gyp:policy', 74 'app/policy/cloud_policy_codegen.gyp:policy',
74 '../base/base.gyp:test_support_base', 75 '../base/base.gyp:test_support_base',
(...skipping 4779 matching lines...) Expand 10 before | Expand all | Expand 10 after
4854 '--result', '<@(_outputs)', 4855 '--result', '<@(_outputs)',
4855 '--isolate', 'browser_tests.isolate', 4856 '--isolate', 'browser_tests.isolate',
4856 ], 4857 ],
4857 }, 4858 },
4858 ], 4859 ],
4859 }, 4860 },
4860 ], 4861 ],
4861 }], 4862 }],
4862 ], # 'conditions' 4863 ], # 'conditions'
4863 } 4864 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | chrome/common/pepper_flash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698