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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6201005: Initial support for partitioning cookies for isolated apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor to use ContentBrowserClient. 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'browser/autofill/phone_field.cc', 195 'browser/autofill/phone_field.cc',
196 'browser/autofill/phone_field.h', 196 'browser/autofill/phone_field.h',
197 'browser/autofill/phone_number.cc', 197 'browser/autofill/phone_number.cc',
198 'browser/autofill/phone_number.h', 198 'browser/autofill/phone_number.h',
199 'browser/autofill/select_control_handler.cc', 199 'browser/autofill/select_control_handler.cc',
200 'browser/autofill/select_control_handler.h', 200 'browser/autofill/select_control_handler.h',
201 'browser/automation/automation_autocomplete_edit_tracker.cc', 201 'browser/automation/automation_autocomplete_edit_tracker.cc',
202 'browser/automation/automation_autocomplete_edit_tracker.h', 202 'browser/automation/automation_autocomplete_edit_tracker.h',
203 'browser/automation/automation_browser_tracker.cc', 203 'browser/automation/automation_browser_tracker.cc',
204 'browser/automation/automation_browser_tracker.h', 204 'browser/automation/automation_browser_tracker.h',
205 'browser/automation/automation_util.cc',
206 'browser/automation/automation_util.h',
205 'browser/automation/automation_extension_function.cc', 207 'browser/automation/automation_extension_function.cc',
206 'browser/automation/automation_extension_function.h', 208 'browser/automation/automation_extension_function.h',
207 'browser/automation/automation_extension_tracker.cc', 209 'browser/automation/automation_extension_tracker.cc',
208 'browser/automation/automation_extension_tracker.h', 210 'browser/automation/automation_extension_tracker.h',
209 'browser/automation/automation_provider.cc', 211 'browser/automation/automation_provider.cc',
210 'browser/automation/automation_provider.h', 212 'browser/automation/automation_provider.h',
211 'browser/automation/automation_provider_gtk.cc', 213 'browser/automation/automation_provider_gtk.cc',
212 'browser/automation/automation_provider_json.cc', 214 'browser/automation/automation_provider_json.cc',
213 'browser/automation/automation_provider_json.h', 215 'browser/automation/automation_provider_json.h',
214 'browser/automation/automation_provider_list.cc', 216 'browser/automation/automation_provider_list.cc',
(...skipping 4131 matching lines...) Expand 10 before | Expand all | Expand 10 after
4346 ], 4348 ],
4347 }, 4349 },
4348 ], 4350 ],
4349 } 4351 }
4350 4352
4351 # Local Variables: 4353 # Local Variables:
4352 # tab-width:2 4354 # tab-width:2
4353 # indent-tabs-mode:nil 4355 # indent-tabs-mode:nil
4354 # End: 4356 # End:
4355 # vim: set expandtab tabstop=2 shiftwidth=2: 4357 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698