| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |