| 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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 'browser/idle.h', | 893 'browser/idle.h', |
| 894 'browser/idle_android.cc', | 894 'browser/idle_android.cc', |
| 895 'browser/idle_chromeos.cc', | 895 'browser/idle_chromeos.cc', |
| 896 'browser/idle_linux.cc', | 896 'browser/idle_linux.cc', |
| 897 'browser/idle_mac.mm', | 897 'browser/idle_mac.mm', |
| 898 'browser/idle_query_x11.cc', | 898 'browser/idle_query_x11.cc', |
| 899 'browser/idle_query_x11.h', | 899 'browser/idle_query_x11.h', |
| 900 'browser/idle_win.cc', | 900 'browser/idle_win.cc', |
| 901 'browser/image_decoder.cc', | 901 'browser/image_decoder.cc', |
| 902 'browser/image_decoder.h', | 902 'browser/image_decoder.h', |
| 903 'browser/image_writer_client.cc', |
| 904 'browser/image_writer_client.h', |
| 903 'browser/importer/external_process_importer_client.cc', | 905 'browser/importer/external_process_importer_client.cc', |
| 904 'browser/importer/external_process_importer_client.h', | 906 'browser/importer/external_process_importer_client.h', |
| 905 'browser/importer/external_process_importer_host.cc', | 907 'browser/importer/external_process_importer_host.cc', |
| 906 'browser/importer/external_process_importer_host.h', | 908 'browser/importer/external_process_importer_host.h', |
| 907 'browser/importer/firefox_profile_lock.cc', | 909 'browser/importer/firefox_profile_lock.cc', |
| 908 'browser/importer/firefox_profile_lock.h', | 910 'browser/importer/firefox_profile_lock.h', |
| 909 'browser/importer/firefox_profile_lock_posix.cc', | 911 'browser/importer/firefox_profile_lock_posix.cc', |
| 910 'browser/importer/firefox_profile_lock_win.cc', | 912 'browser/importer/firefox_profile_lock_win.cc', |
| 911 'browser/importer/importer_list.cc', | 913 'browser/importer/importer_list.cc', |
| 912 'browser/importer/importer_list.h', | 914 'browser/importer/importer_list.h', |
| (...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3776 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3778 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3777 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3779 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3778 }, | 3780 }, |
| 3779 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3781 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3780 }, | 3782 }, |
| 3781 ], | 3783 ], |
| 3782 }, | 3784 }, |
| 3783 ], | 3785 ], |
| 3784 ], | 3786 ], |
| 3785 } | 3787 } |
| OLD | NEW |