| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 'browser/favicon/favicon_handler.h', | 1055 'browser/favicon/favicon_handler.h', |
| 1056 'browser/favicon/favicon_handler_delegate.h', | 1056 'browser/favicon/favicon_handler_delegate.h', |
| 1057 'browser/favicon/favicon_service.cc', | 1057 'browser/favicon/favicon_service.cc', |
| 1058 'browser/favicon/favicon_service.h', | 1058 'browser/favicon/favicon_service.h', |
| 1059 'browser/favicon/favicon_tab_helper.cc', | 1059 'browser/favicon/favicon_tab_helper.cc', |
| 1060 'browser/favicon/favicon_tab_helper.h', | 1060 'browser/favicon/favicon_tab_helper.h', |
| 1061 'browser/file_select_helper.cc', | 1061 'browser/file_select_helper.cc', |
| 1062 'browser/file_select_helper.h', | 1062 'browser/file_select_helper.h', |
| 1063 'browser/first_run/first_run.cc', | 1063 'browser/first_run/first_run.cc', |
| 1064 'browser/first_run/first_run.h', | 1064 'browser/first_run/first_run.h', |
| 1065 'browser/first_run/first_run_browser_process.cc', | |
| 1066 'browser/first_run/first_run_browser_process.h', | |
| 1067 'browser/first_run/first_run_dialog.h', | 1065 'browser/first_run/first_run_dialog.h', |
| 1068 'browser/first_run/first_run_import_observer.cc', | 1066 'browser/first_run/first_run_import_observer.cc', |
| 1069 'browser/first_run/first_run_import_observer.h', | 1067 'browser/first_run/first_run_import_observer.h', |
| 1070 'browser/first_run/first_run_internal.h', | 1068 'browser/first_run/first_run_internal.h', |
| 1071 'browser/first_run/first_run_linux.cc', | 1069 'browser/first_run/first_run_linux.cc', |
| 1072 'browser/first_run/first_run_mac.mm', | 1070 'browser/first_run/first_run_mac.mm', |
| 1073 'browser/first_run/first_run_posix.cc', | 1071 'browser/first_run/first_run_posix.cc', |
| 1074 'browser/first_run/first_run_win.cc', | 1072 'browser/first_run/first_run_win.cc', |
| 1075 'browser/first_run/try_chrome_dialog_view.cc', | 1073 'browser/first_run/try_chrome_dialog_view.cc', |
| 1076 'browser/first_run/try_chrome_dialog_view.h', | 1074 'browser/first_run/try_chrome_dialog_view.h', |
| (...skipping 4312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5389 'variables': { | 5387 'variables': { |
| 5390 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5388 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5391 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5389 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5392 }, | 5390 }, |
| 5393 'includes': ['../build/protoc.gypi'], | 5391 'includes': ['../build/protoc.gypi'], |
| 5394 }], | 5392 }], |
| 5395 ], | 5393 ], |
| 5396 }, | 5394 }, |
| 5397 ], | 5395 ], |
| 5398 } | 5396 } |
| OLD | NEW |