| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 'browser/external_protocol/external_protocol_observer.cc', | 1041 'browser/external_protocol/external_protocol_observer.cc', |
| 1042 'browser/external_protocol/external_protocol_observer.h', | 1042 'browser/external_protocol/external_protocol_observer.h', |
| 1043 'browser/external_tab/external_tab_container.h', | 1043 'browser/external_tab/external_tab_container.h', |
| 1044 'browser/favicon/favicon_handler.cc', | 1044 'browser/favicon/favicon_handler.cc', |
| 1045 'browser/favicon/favicon_handler.h', | 1045 'browser/favicon/favicon_handler.h', |
| 1046 'browser/favicon/favicon_handler_delegate.h', | 1046 'browser/favicon/favicon_handler_delegate.h', |
| 1047 'browser/favicon/favicon_service.cc', | 1047 'browser/favicon/favicon_service.cc', |
| 1048 'browser/favicon/favicon_service.h', | 1048 'browser/favicon/favicon_service.h', |
| 1049 'browser/favicon/favicon_tab_helper.cc', | 1049 'browser/favicon/favicon_tab_helper.cc', |
| 1050 'browser/favicon/favicon_tab_helper.h', | 1050 'browser/favicon/favicon_tab_helper.h', |
| 1051 'browser/favicon/favicon_util.cc', |
| 1052 'browser/favicon/favicon_util.h', |
| 1051 'browser/file_select_helper.cc', | 1053 'browser/file_select_helper.cc', |
| 1052 'browser/file_select_helper.h', | 1054 'browser/file_select_helper.h', |
| 1053 'browser/first_run/first_run.cc', | 1055 'browser/first_run/first_run.cc', |
| 1054 'browser/first_run/first_run.h', | 1056 'browser/first_run/first_run.h', |
| 1055 'browser/first_run/first_run_dialog.h', | 1057 'browser/first_run/first_run_dialog.h', |
| 1056 'browser/first_run/first_run_import_observer.cc', | 1058 'browser/first_run/first_run_import_observer.cc', |
| 1057 'browser/first_run/first_run_import_observer.h', | 1059 'browser/first_run/first_run_import_observer.h', |
| 1058 'browser/first_run/first_run_internal.h', | 1060 'browser/first_run/first_run_internal.h', |
| 1059 'browser/first_run/first_run_linux.cc', | 1061 'browser/first_run/first_run_linux.cc', |
| 1060 'browser/first_run/first_run_mac.mm', | 1062 'browser/first_run/first_run_mac.mm', |
| (...skipping 4309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5370 'browser/metrics/proto/study.proto', | 5372 'browser/metrics/proto/study.proto', |
| 5371 ], | 5373 ], |
| 5372 'variables': { | 5374 'variables': { |
| 5373 'proto_in_dir': 'browser/metrics/proto', | 5375 'proto_in_dir': 'browser/metrics/proto', |
| 5374 'proto_out_dir': 'chrome/browser/metrics/proto', | 5376 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5375 }, | 5377 }, |
| 5376 'includes': [ '../build/protoc.gypi' ] | 5378 'includes': [ '../build/protoc.gypi' ] |
| 5377 }, | 5379 }, |
| 5378 ], | 5380 ], |
| 5379 } | 5381 } |
| OLD | NEW |