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

Side by Side Diff: gin/gin.gyp

Issue 419673004: gin test - add simple file access for JS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add null return tests for no-args and non-existant paths Created 6 years, 4 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 | « gin/BUILD.gn ('k') | gin/test/file.h » ('j') | gin/test/file.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'dependencies': [ 98 'dependencies': [
99 '../testing/gtest.gyp:gtest', 99 '../testing/gtest.gyp:gtest',
100 '../v8/tools/gyp/v8.gyp:v8', 100 '../v8/tools/gyp/v8.gyp:v8',
101 'gin', 101 'gin',
102 ], 102 ],
103 'export_dependent_settings': [ 103 'export_dependent_settings': [
104 '../testing/gtest.gyp:gtest', 104 '../testing/gtest.gyp:gtest',
105 'gin', 105 'gin',
106 ], 106 ],
107 'sources': [ 107 'sources': [
108 'test/file.cc',
109 'test/file.h',
108 'test/file_runner.cc', 110 'test/file_runner.cc',
109 'test/file_runner.h', 111 'test/file_runner.h',
110 'test/gc.cc', 112 'test/gc.cc',
111 'test/gc.h', 113 'test/gc.h',
112 'test/gtest.cc', 114 'test/gtest.cc',
113 'test/gtest.h', 115 'test/gtest.h',
114 'test/v8_test.cc', 116 'test/v8_test.cc',
115 'test/v8_test.h', 117 'test/v8_test.h',
116 ], 118 ],
117 }, 119 },
(...skipping 12 matching lines...) Expand all
130 'modules/timer_unittest.cc', 132 'modules/timer_unittest.cc',
131 'per_context_data_unittest.cc', 133 'per_context_data_unittest.cc',
132 'shell_runner_unittest.cc', 134 'shell_runner_unittest.cc',
133 'test/run_all_unittests.cc', 135 'test/run_all_unittests.cc',
134 'test/run_js_tests.cc', 136 'test/run_js_tests.cc',
135 'wrappable_unittest.cc', 137 'wrappable_unittest.cc',
136 ], 138 ],
137 }, 139 },
138 ], 140 ],
139 } 141 }
OLDNEW
« no previous file with comments | « gin/BUILD.gn ('k') | gin/test/file.h » ('j') | gin/test/file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698