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

Side by Side Diff: gin/gin.gyp

Issue 69293015: Add a gin/public directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | gin/modules/console.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 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 30 matching lines...) Expand all
41 'initialize.h', 41 'initialize.h',
42 'per_context_data.cc', 42 'per_context_data.cc',
43 'per_context_data.h', 43 'per_context_data.h',
44 'per_isolate_data.cc', 44 'per_isolate_data.cc',
45 'per_isolate_data.h', 45 'per_isolate_data.h',
46 'runner.cc', 46 'runner.cc',
47 'runner.h', 47 'runner.h',
48 'try_catch.cc', 48 'try_catch.cc',
49 'try_catch.h', 49 'try_catch.h',
50 'wrapper_info.cc', 50 'wrapper_info.cc',
51 'wrapper_info.h', 51 'public/wrapper_info.h',
52 ], 52 ],
53 }, 53 },
54 { 54 {
55 'target_name': 'gin_shell', 55 'target_name': 'gin_shell',
56 'type': 'executable', 56 'type': 'executable',
57 'dependencies': [ 57 'dependencies': [
58 'gin', 58 'gin',
59 ], 59 ],
60 'sources': [ 60 'sources': [
61 'shell/gin_main.cc', 61 'shell/gin_main.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ], 95 ],
96 'sources': [ 96 'sources': [
97 'converter_unittest.cc', 97 'converter_unittest.cc',
98 'test/run_all_unittests.cc', 98 'test/run_all_unittests.cc',
99 'test/run_js_tests.cc', 99 'test/run_js_tests.cc',
100 'runner_unittest.cc', 100 'runner_unittest.cc',
101 ], 101 ],
102 }, 102 },
103 ], 103 ],
104 } 104 }
OLDNEW
« no previous file with comments | « no previous file | gin/modules/console.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698