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

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: sync and address arv's comments #1 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 3170 matching lines...) Expand 10 before | Expand all | Expand 10 after
3181 'browser/ui/webui/app_launcher_handler.cc', 3181 'browser/ui/webui/app_launcher_handler.cc',
3182 'browser/ui/webui/app_launcher_handler.h', 3182 'browser/ui/webui/app_launcher_handler.h',
3183 'browser/ui/webui/bookmarks_ui.cc', 3183 'browser/ui/webui/bookmarks_ui.cc',
3184 'browser/ui/webui/bookmarks_ui.h', 3184 'browser/ui/webui/bookmarks_ui.h',
3185 'browser/ui/webui/bug_report_ui.cc', 3185 'browser/ui/webui/bug_report_ui.cc',
3186 'browser/ui/webui/bug_report_ui.h', 3186 'browser/ui/webui/bug_report_ui.h',
3187 'browser/ui/webui/chrome_url_data_manager_backend.cc', 3187 'browser/ui/webui/chrome_url_data_manager_backend.cc',
3188 'browser/ui/webui/chrome_url_data_manager_backend.h', 3188 'browser/ui/webui/chrome_url_data_manager_backend.h',
3189 'browser/ui/webui/chrome_url_data_manager.cc', 3189 'browser/ui/webui/chrome_url_data_manager.cc',
3190 'browser/ui/webui/chrome_url_data_manager.h', 3190 'browser/ui/webui/chrome_url_data_manager.h',
3191 'browser/ui/webui/collected_cookies_ui_delegate.cc',
3192 'browser/ui/webui/collected_cookies_ui_delegate.h',
3191 'browser/ui/webui/constrained_html_ui.cc', 3193 'browser/ui/webui/constrained_html_ui.cc',
3192 'browser/ui/webui/constrained_html_ui.h', 3194 'browser/ui/webui/constrained_html_ui.h',
3195 'browser/ui/webui/cookies_tree_model_adapter.cc',
3196 'browser/ui/webui/cookies_tree_model_adapter.h',
3193 'browser/ui/webui/cookies_tree_model_util.cc', 3197 'browser/ui/webui/cookies_tree_model_util.cc',
3194 'browser/ui/webui/cookies_tree_model_util.h', 3198 'browser/ui/webui/cookies_tree_model_util.h',
3195 'browser/ui/webui/crashes_ui.cc', 3199 'browser/ui/webui/crashes_ui.cc',
3196 'browser/ui/webui/crashes_ui.h', 3200 'browser/ui/webui/crashes_ui.h',
3197 'browser/ui/webui/devtools_ui.cc', 3201 'browser/ui/webui/devtools_ui.cc',
3198 'browser/ui/webui/devtools_ui.h', 3202 'browser/ui/webui/devtools_ui.h',
3199 'browser/ui/webui/downloads_dom_handler.cc', 3203 'browser/ui/webui/downloads_dom_handler.cc',
3200 'browser/ui/webui/downloads_dom_handler.h', 3204 'browser/ui/webui/downloads_dom_handler.h',
3201 'browser/ui/webui/downloads_ui.cc', 3205 'browser/ui/webui/downloads_ui.cc',
3202 'browser/ui/webui/downloads_ui.h', 3206 'browser/ui/webui/downloads_ui.h',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3377 'sources/': [ 3381 'sources/': [
3378 ['exclude', '^browser/chromeos'], 3382 ['exclude', '^browser/chromeos'],
3379 ['exclude', 'browser/webui/chrome_about_ui.cc'], 3383 ['exclude', 'browser/webui/chrome_about_ui.cc'],
3380 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], 3384 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'],
3381 ['exclude', 'browser/oom_priority_manager.cc'], 3385 ['exclude', 'browser/oom_priority_manager.cc'],
3382 ['exclude', 'browser/oom_priority_manager.h'], 3386 ['exclude', 'browser/oom_priority_manager.h'],
3383 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'], 3387 ['exclude', 'browser/policy/device_policy_identity_strategy.cc'],
3384 ['exclude', 'browser/policy/device_policy_identity_strategy.h'], 3388 ['exclude', 'browser/policy/device_policy_identity_strategy.h'],
3385 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 3389 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3386 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3390 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3391 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'],
3392 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'],
3393 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3394 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
3387 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], 3395 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'],
3388 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], 3396 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'],
3389 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], 3397 ['exclude', 'browser/ui/webui/slideshow_ui.cc'],
3390 ], 3398 ],
3391 }], 3399 }],
3392 ['chromeos==1', { 3400 ['chromeos==1', {
3393 'sources!': [ 3401 'sources!': [
3394 'browser/background_mode_manager_linux.cc', 3402 'browser/background_mode_manager_linux.cc',
3395 'browser/password_manager/native_backend_gnome_x.cc', 3403 'browser/password_manager/native_backend_gnome_x.cc',
3396 'browser/password_manager/native_backend_gnome_x.h', 3404 'browser/password_manager/native_backend_gnome_x.h',
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
4401 ], 4409 ],
4402 }, 4410 },
4403 ], 4411 ],
4404 } 4412 }
4405 4413
4406 # Local Variables: 4414 # Local Variables:
4407 # tab-width:2 4415 # tab-width:2
4408 # indent-tabs-mode:nil 4416 # indent-tabs-mode:nil
4409 # End: 4417 # End:
4410 # vim: set expandtab tabstop=2 shiftwidth=2: 4418 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698