| 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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 'browser/idle.h', | 900 'browser/idle.h', |
| 901 'browser/idle_android.cc', | 901 'browser/idle_android.cc', |
| 902 'browser/idle_chromeos.cc', | 902 'browser/idle_chromeos.cc', |
| 903 'browser/idle_linux.cc', | 903 'browser/idle_linux.cc', |
| 904 'browser/idle_mac.mm', | 904 'browser/idle_mac.mm', |
| 905 'browser/idle_query_x11.cc', | 905 'browser/idle_query_x11.cc', |
| 906 'browser/idle_query_x11.h', | 906 'browser/idle_query_x11.h', |
| 907 'browser/idle_win.cc', | 907 'browser/idle_win.cc', |
| 908 'browser/image_decoder.cc', | 908 'browser/image_decoder.cc', |
| 909 'browser/image_decoder.h', | 909 'browser/image_decoder.h', |
| 910 'browser/image_writer_client.cc', |
| 911 'browser/image_writer_client.h', |
| 910 'browser/importer/external_process_importer_client.cc', | 912 'browser/importer/external_process_importer_client.cc', |
| 911 'browser/importer/external_process_importer_client.h', | 913 'browser/importer/external_process_importer_client.h', |
| 912 'browser/importer/external_process_importer_host.cc', | 914 'browser/importer/external_process_importer_host.cc', |
| 913 'browser/importer/external_process_importer_host.h', | 915 'browser/importer/external_process_importer_host.h', |
| 914 'browser/importer/firefox_profile_lock.cc', | 916 'browser/importer/firefox_profile_lock.cc', |
| 915 'browser/importer/firefox_profile_lock.h', | 917 'browser/importer/firefox_profile_lock.h', |
| 916 'browser/importer/firefox_profile_lock_posix.cc', | 918 'browser/importer/firefox_profile_lock_posix.cc', |
| 917 'browser/importer/firefox_profile_lock_win.cc', | 919 'browser/importer/firefox_profile_lock_win.cc', |
| 918 'browser/importer/importer_list.cc', | 920 'browser/importer/importer_list.cc', |
| 919 'browser/importer/importer_list.h', | 921 'browser/importer/importer_list.h', |
| (...skipping 2859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3779 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3781 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3780 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3782 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3781 }, | 3783 }, |
| 3782 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3784 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3783 }, | 3785 }, |
| 3784 ], | 3786 ], |
| 3785 }, | 3787 }, |
| 3786 ], | 3788 ], |
| 3787 ], | 3789 ], |
| 3788 } | 3790 } |
| OLD | NEW |