Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1029 'browser/media_gallery/media_galleries_preferences.h', | 1029 'browser/media_gallery/media_galleries_preferences.h', |
| 1030 'browser/media_gallery/media_galleries_preferences_factory.cc', | 1030 'browser/media_gallery/media_galleries_preferences_factory.cc', |
| 1031 'browser/media_gallery/media_galleries_preferences_factory.h', | 1031 'browser/media_gallery/media_galleries_preferences_factory.h', |
| 1032 'browser/media_gallery/media_gallery_database.cc', | 1032 'browser/media_gallery/media_gallery_database.cc', |
| 1033 'browser/media_gallery/media_gallery_database.h', | 1033 'browser/media_gallery/media_gallery_database.h', |
| 1034 'browser/media_gallery/media_gallery_database_types.cc', | 1034 'browser/media_gallery/media_gallery_database_types.cc', |
| 1035 'browser/media_gallery/media_gallery_database_types.h', | 1035 'browser/media_gallery/media_gallery_database_types.h', |
| 1036 'browser/media_gallery/mtp_device_delegate_impl.h', | 1036 'browser/media_gallery/mtp_device_delegate_impl.h', |
| 1037 'browser/media_gallery/mtp_device_delegate_impl_linux.cc', | 1037 'browser/media_gallery/mtp_device_delegate_impl_linux.cc', |
| 1038 'browser/media_gallery/mtp_device_delegate_impl_linux.h', | 1038 'browser/media_gallery/mtp_device_delegate_impl_linux.h', |
| 1039 'browser/media_gallery/win/mtp_device_operations_util.cc', | |
| 1040 'browser/media_gallery/win/mtp_device_operations_util.h', | |
| 1041 'browser/media_gallery/win/mtp_device_object_enumerator.cc', | |
| 1042 'browser/media_gallery/win/mtp_device_object_enumerator.h', | |
| 1043 'browser/media_gallery/win/mtp_device_delegate_impl_win.cc', | |
| 1044 'browser/media_gallery/win/mtp_device_delegate_impl_win.h', | |
| 1045 'browser/media_gallery/win/mtp_device_object_entry.cc', | |
| 1046 'browser/media_gallery/win/mtp_device_object_entry.h', | |
| 1047 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.cc', | |
| 1048 'browser/media_gallery/win/recursive_mtp_device_object_enumerator.h', | |
| 1039 'browser/memory_details.cc', | 1049 'browser/memory_details.cc', |
| 1040 'browser/memory_details.h', | 1050 'browser/memory_details.h', |
| 1041 'browser/memory_details_android.cc', | 1051 'browser/memory_details_android.cc', |
| 1042 'browser/memory_details_linux.cc', | 1052 'browser/memory_details_linux.cc', |
| 1043 'browser/memory_details_mac.cc', | 1053 'browser/memory_details_mac.cc', |
| 1044 'browser/memory_details_win.cc', | 1054 'browser/memory_details_win.cc', |
| 1045 'browser/memory_purger.cc', | 1055 'browser/memory_purger.cc', |
| 1046 'browser/memory_purger.h', | 1056 'browser/memory_purger.h', |
| 1047 'browser/metrics/field_trial_synchronizer.cc', | 1057 'browser/metrics/field_trial_synchronizer.cc', |
| 1048 'browser/metrics/field_trial_synchronizer.h', | 1058 'browser/metrics/field_trial_synchronizer.h', |
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2720 '<(allocator_target)', | 2730 '<(allocator_target)', |
| 2721 ], | 2731 ], |
| 2722 }], | 2732 }], |
| 2723 ], | 2733 ], |
| 2724 }, { # 'OS!="win" | 2734 }, { # 'OS!="win" |
| 2725 'sources/': [ | 2735 'sources/': [ |
| 2726 # Exclude files that should be excluded for all non-Windows platform s. | 2736 # Exclude files that should be excluded for all non-Windows platform s. |
| 2727 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | 2737 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], |
| 2728 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | 2738 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], |
| 2729 ['exclude', '^browser/importer/ie_importer.cc'], | 2739 ['exclude', '^browser/importer/ie_importer.cc'], |
| 2740 ['exclude', '^browser/media_gallery/win/'], | |
|
Lei Zhang
2012/11/01 02:34:57
I don't think you need this.
kmadhusu
2012/11/01 17:59:00
hmm... It is not required. Do you know where this
| |
| 2730 | 2741 |
| 2731 # Exclude all of hang_monitor. | 2742 # Exclude all of hang_monitor. |
| 2732 ['exclude', '^browser/hang_monitor/'], | 2743 ['exclude', '^browser/hang_monitor/'], |
| 2733 | 2744 |
| 2734 # Exclude parts of password_manager. | 2745 # Exclude parts of password_manager. |
| 2735 ['exclude', '^browser/password_manager/ie7_password\\.cc$'], | 2746 ['exclude', '^browser/password_manager/ie7_password\\.cc$'], |
| 2736 ], | 2747 ], |
| 2737 'conditions': [ | 2748 'conditions': [ |
| 2738 ['use_aura==1',{ | 2749 ['use_aura==1',{ |
| 2739 'dependencies': [ | 2750 'dependencies': [ |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2979 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2990 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 2980 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2991 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 2981 }, | 2992 }, |
| 2982 'includes': ['../build/protoc.gypi'], | 2993 'includes': ['../build/protoc.gypi'], |
| 2983 }, | 2994 }, |
| 2984 ], | 2995 ], |
| 2985 }, | 2996 }, |
| 2986 ], | 2997 ], |
| 2987 ], | 2998 ], |
| 2988 } | 2999 } |
| OLD | NEW |