| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 # GN version: //ui/views/examples | 10 # GN version: //ui/views/examples |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'views_examples_with_content_export.h', | 155 'views_examples_with_content_export.h', |
| 156 'webview_example.cc', | 156 'webview_example.cc', |
| 157 'webview_example.h', | 157 'webview_example.h', |
| 158 ], | 158 ], |
| 159 }, # target_name: views_examples_with_content_lib | 159 }, # target_name: views_examples_with_content_lib |
| 160 { | 160 { |
| 161 # GN version: //ui/views/examples/views_examples_with_content_exe | 161 # GN version: //ui/views/examples/views_examples_with_content_exe |
| 162 'target_name': 'views_examples_with_content_exe', | 162 'target_name': 'views_examples_with_content_exe', |
| 163 'type': 'executable', | 163 'type': 'executable', |
| 164 'dependencies': [ | 164 'dependencies': [ |
| 165 '../resources/views_resources.gyp:views_resources', |
| 165 '../../views_content_client/views_content_client.gyp:views_content_clien
t', | 166 '../../views_content_client/views_content_client.gyp:views_content_clien
t', |
| 166 'views_examples_with_content_lib', | 167 'views_examples_with_content_lib', |
| 167 ], | 168 ], |
| 168 'sources': [ | 169 'sources': [ |
| 169 # Note: sources list duplicated in GN build. | 170 # Note: sources list duplicated in GN build. |
| 170 'examples_with_content_main_exe.cc', | 171 'examples_with_content_main_exe.cc', |
| 171 ], | 172 ], |
| 172 'conditions': [ | 173 'conditions': [ |
| 173 ['component=="shared_library"', { | 174 ['component=="shared_library"', { |
| 174 'dependencies': [ | 175 'dependencies': [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 195 }, | 196 }, |
| 196 'dependencies': [ | 197 'dependencies': [ |
| 197 '../../../sandbox/sandbox.gyp:sandbox', | 198 '../../../sandbox/sandbox.gyp:sandbox', |
| 198 '../../../content/content.gyp:sandbox_helper_win', | 199 '../../../content/content.gyp:sandbox_helper_win', |
| 199 ], | 200 ], |
| 200 }], | 201 }], |
| 201 ], | 202 ], |
| 202 }, # target_name: views_examples_with_content_exe | 203 }, # target_name: views_examples_with_content_exe |
| 203 ], | 204 ], |
| 204 } | 205 } |
| OLD | NEW |