Chromium Code Reviews| 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 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 953 'browser/internal_auth.cc', | 953 'browser/internal_auth.cc', |
| 954 'browser/internal_auth.h', | 954 'browser/internal_auth.h', |
| 955 'browser/intranet_redirect_detector.cc', | 955 'browser/intranet_redirect_detector.cc', |
| 956 'browser/intranet_redirect_detector.h', | 956 'browser/intranet_redirect_detector.h', |
| 957 'browser/io_thread.cc', | 957 'browser/io_thread.cc', |
| 958 'browser/io_thread.h', | 958 'browser/io_thread.h', |
| 959 'browser/jankometer.cc', | 959 'browser/jankometer.cc', |
| 960 'browser/jankometer.h', | 960 'browser/jankometer.h', |
| 961 'browser/jankometer_android.cc', | 961 'browser/jankometer_android.cc', |
| 962 'browser/jankometer_mac.cc', | 962 'browser/jankometer_mac.cc', |
| 963 'browser/jumplist_listener.cc', | |
|
sky
2012/12/18 20:52:38
You need to exclude these files as appropriate.
Cait (Slow)
2012/12/19 19:27:01
Done.
| |
| 964 'browser/jumplist_listener.h', | |
| 963 'browser/jumplist_win.cc', | 965 'browser/jumplist_win.cc', |
| 964 'browser/jumplist_win.h', | 966 'browser/jumplist_win.h', |
| 965 'browser/language_usage_metrics.cc', | 967 'browser/language_usage_metrics.cc', |
| 966 'browser/language_usage_metrics.h', | 968 'browser/language_usage_metrics.h', |
| 967 'browser/lifetime/application_lifetime.cc', | 969 'browser/lifetime/application_lifetime.cc', |
| 968 'browser/lifetime/application_lifetime.h', | 970 'browser/lifetime/application_lifetime.h', |
| 969 'browser/lifetime/application_lifetime_aura.cc', | 971 'browser/lifetime/application_lifetime_aura.cc', |
| 970 'browser/lifetime/application_lifetime_gtk.cc', | 972 'browser/lifetime/application_lifetime_gtk.cc', |
| 971 'browser/lifetime/application_lifetime_mac.mm', | 973 'browser/lifetime/application_lifetime_mac.mm', |
| 972 'browser/lifetime/application_lifetime_stub.cc', | 974 'browser/lifetime/application_lifetime_stub.cc', |
| (...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3105 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3107 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3108 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3107 }, | 3109 }, |
| 3108 'includes': ['../build/protoc.gypi'], | 3110 'includes': ['../build/protoc.gypi'], |
| 3109 }, | 3111 }, |
| 3110 ], | 3112 ], |
| 3111 }, | 3113 }, |
| 3112 ], | 3114 ], |
| 3113 ], | 3115 ], |
| 3114 } | 3116 } |
| OLD | NEW |