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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2370001: Store blocked cookies in the tab contents. (Closed)
Patch Set: updates Created 10 years, 5 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 'browser/tab_contents/security_style.h', 2285 'browser/tab_contents/security_style.h',
2286 'browser/tab_contents/tab_contents.cc', 2286 'browser/tab_contents/tab_contents.cc',
2287 'browser/tab_contents/tab_contents.h', 2287 'browser/tab_contents/tab_contents.h',
2288 'browser/tab_contents/tab_contents_delegate.h', 2288 'browser/tab_contents/tab_contents_delegate.h',
2289 'browser/tab_contents/tab_contents_view.cc', 2289 'browser/tab_contents/tab_contents_view.cc',
2290 'browser/tab_contents/tab_contents_view.h', 2290 'browser/tab_contents/tab_contents_view.h',
2291 'browser/tab_contents/tab_contents_view_gtk.cc', 2291 'browser/tab_contents/tab_contents_view_gtk.cc',
2292 'browser/tab_contents/tab_contents_view_gtk.h', 2292 'browser/tab_contents/tab_contents_view_gtk.h',
2293 'browser/tab_contents/tab_contents_view_mac.h', 2293 'browser/tab_contents/tab_contents_view_mac.h',
2294 'browser/tab_contents/tab_contents_view_mac.mm', 2294 'browser/tab_contents/tab_contents_view_mac.mm',
2295 'browser/tab_contents/tab_specific_content_settings.h',
2296 'browser/tab_contents/tab_specific_content_settings.cc',
2295 'browser/tab_contents/tab_util.cc', 2297 'browser/tab_contents/tab_util.cc',
2296 'browser/tab_contents/tab_util.h', 2298 'browser/tab_contents/tab_util.h',
2297 'browser/tab_contents/thumbnail_generator.cc', 2299 'browser/tab_contents/thumbnail_generator.cc',
2298 'browser/tab_contents/thumbnail_generator.h', 2300 'browser/tab_contents/thumbnail_generator.h',
2299 'browser/tab_contents/web_drag_source_win.cc', 2301 'browser/tab_contents/web_drag_source_win.cc',
2300 'browser/tab_contents/web_drag_source_win.h', 2302 'browser/tab_contents/web_drag_source_win.h',
2301 'browser/tab_contents/web_drag_dest_gtk.cc', 2303 'browser/tab_contents/web_drag_dest_gtk.cc',
2302 'browser/tab_contents/web_drag_dest_gtk.h', 2304 'browser/tab_contents/web_drag_dest_gtk.h',
2303 'browser/tab_contents/web_drag_utils_win.cc', 2305 'browser/tab_contents/web_drag_utils_win.cc',
2304 'browser/tab_contents/web_drag_utils_win.h', 2306 'browser/tab_contents/web_drag_utils_win.h',
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
3528 ], 3530 ],
3529 }, 3531 },
3530 ], 3532 ],
3531 } 3533 }
3532 3534
3533 # Local Variables: 3535 # Local Variables:
3534 # tab-width:2 3536 # tab-width:2
3535 # indent-tabs-mode:nil 3537 # indent-tabs-mode:nil
3536 # End: 3538 # End:
3537 # vim: set expandtab tabstop=2 shiftwidth=2: 3539 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698