Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 911 'browser/extensions/app_notification_manager.cc', | 911 'browser/extensions/app_notification_manager.cc', |
| 912 'browser/extensions/app_notification_manager.h', | 912 'browser/extensions/app_notification_manager.h', |
| 913 'browser/extensions/app_notification_storage.cc', | 913 'browser/extensions/app_notification_storage.cc', |
| 914 'browser/extensions/app_notification_storage.h', | 914 'browser/extensions/app_notification_storage.h', |
| 915 'browser/extensions/app_notify_channel_setup.cc', | 915 'browser/extensions/app_notify_channel_setup.cc', |
| 916 'browser/extensions/app_notify_channel_setup.h', | 916 'browser/extensions/app_notify_channel_setup.h', |
| 917 'browser/extensions/app_notify_channel_ui.cc', | 917 'browser/extensions/app_notify_channel_ui.cc', |
| 918 'browser/extensions/app_notify_channel_ui.h', | 918 'browser/extensions/app_notify_channel_ui.h', |
| 919 'browser/extensions/apps_promo.cc', | 919 'browser/extensions/apps_promo.cc', |
| 920 'browser/extensions/apps_promo.h', | 920 'browser/extensions/apps_promo.h', |
| 921 'browser/extensions/browser_action_test_util.h', | |
|
kkania
2011/11/21 18:53:58
if these files are going to be built with the brow
frankf
2011/11/22 22:26:10
I don't think this is the case. When you link with
| |
| 922 'browser/extensions/browser_action_test_util_gtk.cc', | |
| 923 'browser/extensions/browser_action_test_util_mac.mm', | |
| 924 'browser/extensions/browser_action_test_util_views.cc', | |
| 921 'browser/extensions/component_loader.cc', | 925 'browser/extensions/component_loader.cc', |
| 922 'browser/extensions/component_loader.h', | 926 'browser/extensions/component_loader.h', |
| 923 'browser/extensions/convert_user_script.cc', | 927 'browser/extensions/convert_user_script.cc', |
| 924 'browser/extensions/convert_user_script.h', | 928 'browser/extensions/convert_user_script.h', |
| 925 'browser/extensions/convert_web_app.cc', | 929 'browser/extensions/convert_web_app.cc', |
| 926 'browser/extensions/convert_web_app.h', | 930 'browser/extensions/convert_web_app.h', |
| 927 'browser/extensions/crx_installer.cc', | 931 'browser/extensions/crx_installer.cc', |
| 928 'browser/extensions/crx_installer.h', | 932 'browser/extensions/crx_installer.h', |
| 929 'browser/extensions/default_apps.cc', | 933 'browser/extensions/default_apps.cc', |
| 930 'browser/extensions/default_apps.h', | 934 'browser/extensions/default_apps.h', |
| (...skipping 4309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5240 'type': 'static_library', | 5244 'type': 'static_library', |
| 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5245 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5242 'variables': { | 5246 'variables': { |
| 5243 'proto_in_dir': 'browser/history', | 5247 'proto_in_dir': 'browser/history', |
| 5244 'proto_out_dir': 'chrome/browser/history', | 5248 'proto_out_dir': 'chrome/browser/history', |
| 5245 }, | 5249 }, |
| 5246 'includes': [ '../build/protoc.gypi' ] | 5250 'includes': [ '../build/protoc.gypi' ] |
| 5247 }, | 5251 }, |
| 5248 ], | 5252 ], |
| 5249 } | 5253 } |
| OLD | NEW |