Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6644002: [ChromeOS] Implement collected cookies in webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude for non-chromeos build Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3197 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 'browser/ui/webui/app_launcher_handler.cc', 3208 'browser/ui/webui/app_launcher_handler.cc',
3209 'browser/ui/webui/app_launcher_handler.h', 3209 'browser/ui/webui/app_launcher_handler.h',
3210 'browser/ui/webui/bookmarks_ui.cc', 3210 'browser/ui/webui/bookmarks_ui.cc',
3211 'browser/ui/webui/bookmarks_ui.h', 3211 'browser/ui/webui/bookmarks_ui.h',
3212 'browser/ui/webui/bug_report_ui.cc', 3212 'browser/ui/webui/bug_report_ui.cc',
3213 'browser/ui/webui/bug_report_ui.h', 3213 'browser/ui/webui/bug_report_ui.h',
3214 'browser/ui/webui/chrome_url_data_manager_backend.cc', 3214 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3215 'browser/ui/webui/chrome_url_data_manager_backend.h', 3215 'browser/ui/webui/chrome_url_data_manager_backend.h',
3216 'browser/ui/webui/chrome_url_data_manager.cc', 3216 'browser/ui/webui/chrome_url_data_manager.cc',
3217 'browser/ui/webui/chrome_url_data_manager.h', 3217 'browser/ui/webui/chrome_url_data_manager.h',
3218 'browser/ui/webui/collected_cookies_ui_delegate.cc',
3219 'browser/ui/webui/collected_cookies_ui_delegate.h',
3218 'browser/ui/webui/constrained_html_ui.cc', 3220 'browser/ui/webui/constrained_html_ui.cc',
3219 'browser/ui/webui/constrained_html_ui.h', 3221 'browser/ui/webui/constrained_html_ui.h',
3222 'browser/ui/webui/cookies_tree_model_adapter.cc',
3223 'browser/ui/webui/cookies_tree_model_adapter.h',
3220 'browser/ui/webui/cookies_tree_model_util.cc', 3224 'browser/ui/webui/cookies_tree_model_util.cc',
3221 'browser/ui/webui/cookies_tree_model_util.h', 3225 'browser/ui/webui/cookies_tree_model_util.h',
3222 'browser/ui/webui/crashes_ui.cc', 3226 'browser/ui/webui/crashes_ui.cc',
3223 'browser/ui/webui/crashes_ui.h', 3227 'browser/ui/webui/crashes_ui.h',
3224 'browser/ui/webui/devtools_ui.cc', 3228 'browser/ui/webui/devtools_ui.cc',
3225 'browser/ui/webui/devtools_ui.h', 3229 'browser/ui/webui/devtools_ui.h',
3226 'browser/ui/webui/downloads_dom_handler.cc', 3230 'browser/ui/webui/downloads_dom_handler.cc',
3227 'browser/ui/webui/downloads_dom_handler.h', 3231 'browser/ui/webui/downloads_dom_handler.h',
3228 'browser/ui/webui/downloads_ui.cc', 3232 'browser/ui/webui/downloads_ui.cc',
3229 'browser/ui/webui/downloads_ui.h', 3233 'browser/ui/webui/downloads_ui.h',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3404 'sources/': [ 3408 'sources/': [
3405 ['exclude', '^browser/chromeos'], 3409 ['exclude', '^browser/chromeos'],
3406 ['exclude', 'browser/webui/chrome_about_ui.cc'], 3410 ['exclude', 'browser/webui/chrome_about_ui.cc'],
3407 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], 3411 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
3408 ['exclude', 'browser/oom_priority_manager.cc'], 3412 ['exclude', 'browser/oom_priority_manager.cc'],
3409 ['exclude', 'browser/oom_priority_manager.h'], 3413 ['exclude', 'browser/oom_priority_manager.h'],
3410 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'], 3414 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'],
3411 ['exclude', 'browser/policy/device_policy_identity_strategy.h'], 3415 ['exclude', 'browser/policy/device_policy_identity_strategy.h'],
3412 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 3416 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3413 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3417 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3418 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
3419 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
3420 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3421 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
3414 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], 3422 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'],
3415 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], 3423 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'],
3416 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], 3424 ['exclude', 'browser/ui/webui/slideshow_ui.cc'],
3417 ], 3425 ],
3418 }], 3426 }],
3419 ['chromeos==1', { 3427 ['chromeos==1', {
3420 'sources!': [ 3428 'sources!': [
3421 'browser/background_mode_manager_linux.cc', 3429 'browser/background_mode_manager_linux.cc',
3422 'browser/password_manager/native_backend_gnome_x.cc', 3430 'browser/password_manager/native_backend_gnome_x.cc',
3423 'browser/password_manager/native_backend_gnome_x.h', 3431 'browser/password_manager/native_backend_gnome_x.h',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
4445 ], 4453 ],
4446 }, 4454 },
4447 ], 4455 ],
4448 } 4456 }
4449 4457
4450 # Local Variables: 4458 # Local Variables:
4451 # tab-width:2 4459 # tab-width:2
4452 # indent-tabs-mode:nil 4460 # indent-tabs-mode:nil
4453 # End: 4461 # End:
4454 # vim: set expandtab tabstop=2 shiftwidth=2: 4462 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698