| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'browser/default_shell_browser_main_delegate.cc', | 53 'browser/default_shell_browser_main_delegate.cc', |
| 54 'browser/default_shell_browser_main_delegate.h', | 54 'browser/default_shell_browser_main_delegate.h', |
| 55 'browser/desktop_controller.cc', | 55 'browser/desktop_controller.cc', |
| 56 'browser/desktop_controller.h', | 56 'browser/desktop_controller.h', |
| 57 'browser/media_capture_util.cc', | 57 'browser/media_capture_util.cc', |
| 58 'browser/media_capture_util.h', | 58 'browser/media_capture_util.h', |
| 59 'browser/shell_app_delegate.cc', | 59 'browser/shell_app_delegate.cc', |
| 60 'browser/shell_app_delegate.h', | 60 'browser/shell_app_delegate.h', |
| 61 'browser/shell_app_window.cc', | 61 'browser/shell_app_window.cc', |
| 62 'browser/shell_app_window.h', | 62 'browser/shell_app_window.h', |
| 63 'browser/shell_app_window_controller.h', | |
| 64 'browser/shell_apps_client.cc', | 63 'browser/shell_apps_client.cc', |
| 65 'browser/shell_apps_client.h', | 64 'browser/shell_apps_client.h', |
| 66 'browser/shell_audio_controller_chromeos.cc', | 65 'browser/shell_audio_controller_chromeos.cc', |
| 67 'browser/shell_audio_controller_chromeos.h', | 66 'browser/shell_audio_controller_chromeos.h', |
| 68 'browser/shell_browser_context.cc', | 67 'browser/shell_browser_context.cc', |
| 69 'browser/shell_browser_context.h', | 68 'browser/shell_browser_context.h', |
| 70 'browser/shell_browser_main_delegate.h', | 69 'browser/shell_browser_main_delegate.h', |
| 71 'browser/shell_browser_main_parts.cc', | 70 'browser/shell_browser_main_parts.cc', |
| 72 'browser/shell_browser_main_parts.h', | 71 'browser/shell_browser_main_parts.h', |
| 73 'browser/shell_content_browser_client.cc', | 72 'browser/shell_content_browser_client.cc', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 '<@(_outputs)', | 265 '<@(_outputs)', |
| 267 ], | 266 ], |
| 268 'includes': [ | 267 'includes': [ |
| 269 '../../build/util/version.gypi', | 268 '../../build/util/version.gypi', |
| 270 ], | 269 ], |
| 271 }, | 270 }, |
| 272 ], | 271 ], |
| 273 }, | 272 }, |
| 274 ], # targets | 273 ], # targets |
| 275 } | 274 } |
| OLD | NEW |