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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1056 'browser/google/google_update.h', | 1056 'browser/google/google_update.h', |
1057 'browser/google/google_update_settings_posix.cc', | 1057 'browser/google/google_update_settings_posix.cc', |
1058 'browser/google/google_url_tracker.cc', | 1058 'browser/google/google_url_tracker.cc', |
1059 'browser/google/google_url_tracker.h', | 1059 'browser/google/google_url_tracker.h', |
1060 'browser/google/google_util.cc', | 1060 'browser/google/google_util.cc', |
1061 'browser/google/google_util.h', | 1061 'browser/google/google_util.h', |
1062 'browser/gpu_blacklist.cc', | 1062 'browser/gpu_blacklist.cc', |
1063 'browser/gpu_blacklist.h', | 1063 'browser/gpu_blacklist.h', |
1064 'browser/gpu_util.cc', | 1064 'browser/gpu_util.cc', |
1065 'browser/gpu_util.h', | 1065 'browser/gpu_util.h', |
1066 'browser/hang_monitor/hang_crash_dump_win.cc', | |
1067 'browser/hang_monitor/hang_crash_dump_win.h', | |
1068 'browser/hang_monitor/hung_plugin_action.cc', | 1066 'browser/hang_monitor/hung_plugin_action.cc', |
1069 'browser/hang_monitor/hung_plugin_action.h', | 1067 'browser/hang_monitor/hung_plugin_action.h', |
1070 'browser/hang_monitor/hung_window_detector.cc', | 1068 'browser/hang_monitor/hung_window_detector.cc', |
1071 'browser/hang_monitor/hung_window_detector.h', | 1069 'browser/hang_monitor/hung_window_detector.h', |
1072 'browser/history/android/android_cache_database.cc', | 1070 'browser/history/android/android_cache_database.cc', |
1073 'browser/history/android/android_cache_database.h', | 1071 'browser/history/android/android_cache_database.h', |
1074 'browser/history/android/android_history_types.cc', | 1072 'browser/history/android/android_history_types.cc', |
1075 'browser/history/android/android_history_types.h', | 1073 'browser/history/android/android_history_types.h', |
1076 'browser/history/android/android_provider_backend.cc', | 1074 'browser/history/android/android_provider_backend.cc', |
1077 'browser/history/android/android_provider_backend.h', | 1075 'browser/history/android/android_provider_backend.h', |
(...skipping 4162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5240 'type': 'static_library', | 5238 'type': 'static_library', |
5241 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5239 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5242 'variables': { | 5240 'variables': { |
5243 'proto_in_dir': 'browser/chromeos/gdata', | 5241 'proto_in_dir': 'browser/chromeos/gdata', |
5244 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5242 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5245 }, | 5243 }, |
5246 'includes': [ '../build/protoc.gypi' ] | 5244 'includes': [ '../build/protoc.gypi' ] |
5247 }, | 5245 }, |
5248 ], | 5246 ], |
5249 } | 5247 } |
OLD | NEW |