| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 'browser/favicon/favicon_changed_details.h', | 554 'browser/favicon/favicon_changed_details.h', |
| 555 'browser/favicon/favicon_handler.cc', | 555 'browser/favicon/favicon_handler.cc', |
| 556 'browser/favicon/favicon_handler.h', | 556 'browser/favicon/favicon_handler.h', |
| 557 'browser/favicon/favicon_handler_delegate.h', | 557 'browser/favicon/favicon_handler_delegate.h', |
| 558 'browser/favicon/favicon_service.cc', | 558 'browser/favicon/favicon_service.cc', |
| 559 'browser/favicon/favicon_service.h', | 559 'browser/favicon/favicon_service.h', |
| 560 'browser/favicon/favicon_service_factory.cc', | 560 'browser/favicon/favicon_service_factory.cc', |
| 561 'browser/favicon/favicon_service_factory.h', | 561 'browser/favicon/favicon_service_factory.h', |
| 562 'browser/favicon/favicon_tab_helper.cc', | 562 'browser/favicon/favicon_tab_helper.cc', |
| 563 'browser/favicon/favicon_tab_helper.h', | 563 'browser/favicon/favicon_tab_helper.h', |
| 564 'browser/favicon/favicon_types.cc', | |
| 565 'browser/favicon/favicon_types.h', | |
| 566 'browser/favicon/favicon_util.cc', | 564 'browser/favicon/favicon_util.cc', |
| 567 'browser/favicon/favicon_util.h', | 565 'browser/favicon/favicon_util.h', |
| 568 'browser/file_select_helper.cc', | 566 'browser/file_select_helper.cc', |
| 569 'browser/file_select_helper.h', | 567 'browser/file_select_helper.h', |
| 570 'browser/first_run/first_run.cc', | 568 'browser/first_run/first_run.cc', |
| 571 'browser/first_run/first_run.h', | 569 'browser/first_run/first_run.h', |
| 572 'browser/first_run/first_run_dialog.h', | 570 'browser/first_run/first_run_dialog.h', |
| 573 'browser/first_run/first_run_internal.h', | 571 'browser/first_run/first_run_internal.h', |
| 574 'browser/first_run/first_run_internal_linux.cc', | 572 'browser/first_run/first_run_internal_linux.cc', |
| 575 'browser/first_run/first_run_internal_mac.mm', | 573 'browser/first_run/first_run_internal_mac.mm', |
| (...skipping 2806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3382 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3380 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3383 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3381 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3384 }, | 3382 }, |
| 3385 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3383 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3386 }, | 3384 }, |
| 3387 ], | 3385 ], |
| 3388 }, | 3386 }, |
| 3389 ], | 3387 ], |
| 3390 ], | 3388 ], |
| 3391 } | 3389 } |
| OLD | NEW |