| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 ], | 44 ], |
| 45 'sources': [ | 45 'sources': [ |
| 46 'app/shell_main_delegate.cc', | 46 'app/shell_main_delegate.cc', |
| 47 'app/shell_main_delegate.h', | 47 'app/shell_main_delegate.h', |
| 48 'browser/api/shell/shell_api.cc', | 48 'browser/api/shell/shell_api.cc', |
| 49 'browser/api/shell/shell_api.h', | 49 'browser/api/shell/shell_api.h', |
| 50 'browser/api/shell_extensions_api_client.cc', | 50 'browser/api/shell_extensions_api_client.cc', |
| 51 'browser/api/shell_extensions_api_client.h', | 51 'browser/api/shell_extensions_api_client.h', |
| 52 'browser/default_shell_browser_main_delegate.cc', | 52 'browser/default_shell_browser_main_delegate.cc', |
| 53 'browser/default_shell_browser_main_delegate.h', | 53 'browser/default_shell_browser_main_delegate.h', |
| 54 'browser/default_shell_app_window_controller.cc', | 54 'browser/desktop_controller.cc', |
| 55 'browser/default_shell_app_window_controller.h', | 55 'browser/desktop_controller.h', |
| 56 'browser/media_capture_util.cc', | 56 'browser/media_capture_util.cc', |
| 57 'browser/media_capture_util.h', | 57 'browser/media_capture_util.h', |
| 58 'browser/shell_app_sorting.cc', | 58 'browser/shell_app_sorting.cc', |
| 59 'browser/shell_app_sorting.h', | 59 'browser/shell_app_sorting.h', |
| 60 'browser/shell_app_window.cc', | 60 'browser/shell_app_window.cc', |
| 61 'browser/shell_app_window.h', | 61 'browser/shell_app_window.h', |
| 62 'browser/shell_app_window_controller.h', | 62 'browser/shell_app_window_controller.h', |
| 63 'browser/shell_browser_context.cc', | 63 'browser/shell_browser_context.cc', |
| 64 'browser/shell_browser_context.h', | 64 'browser/shell_browser_context.h', |
| 65 'browser/shell_browser_main_delegate.h', | 65 'browser/shell_browser_main_delegate.h', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 '<@(_outputs)', | 250 '<@(_outputs)', |
| 251 ], | 251 ], |
| 252 'includes': [ | 252 'includes': [ |
| 253 '../../build/util/version.gypi', | 253 '../../build/util/version.gypi', |
| 254 ], | 254 ], |
| 255 }, | 255 }, |
| 256 ], | 256 ], |
| 257 }, | 257 }, |
| 258 ], # targets | 258 ], # targets |
| 259 } | 259 } |
| OLD | NEW |