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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 646333002: Update EscapeExternalHandlerValue to keep '#', '[', and ']' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sanitize fragment and path Created 6 years, 2 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'browser/android/tab_android.h', 104 'browser/android/tab_android.h',
105 'browser/android/tab_load_status.h', 105 'browser/android/tab_load_status.h',
106 'browser/android/thumbnail/thumbnail.cc', 106 'browser/android/thumbnail/thumbnail.cc',
107 'browser/android/thumbnail/thumbnail.h', 107 'browser/android/thumbnail/thumbnail.h',
108 'browser/android/thumbnail/thumbnail_store.cc', 108 'browser/android/thumbnail/thumbnail_store.cc',
109 'browser/android/thumbnail/thumbnail_store.h', 109 'browser/android/thumbnail/thumbnail_store.h',
110 'browser/android/uma_bridge.cc', 110 'browser/android/uma_bridge.cc',
111 'browser/android/uma_bridge.h', 111 'browser/android/uma_bridge.h',
112 'browser/android/uma_utils.cc', 112 'browser/android/uma_utils.cc',
113 'browser/android/uma_utils.h', 113 'browser/android/uma_utils.h',
114 'browser/android/url_sanitize_utils.cc',
115 'browser/android/url_sanitize_utils.h',
114 'browser/android/url_utilities.cc', 116 'browser/android/url_utilities.cc',
115 'browser/android/url_utilities.h', 117 'browser/android/url_utilities.h',
116 'browser/android/voice_search_tab_helper.cc', 118 'browser/android/voice_search_tab_helper.cc',
117 'browser/android/voice_search_tab_helper.h', 119 'browser/android/voice_search_tab_helper.h',
118 'browser/android/webapps/single_tab_mode_tab_helper.cc', 120 'browser/android/webapps/single_tab_mode_tab_helper.cc',
119 'browser/android/webapps/single_tab_mode_tab_helper.h', 121 'browser/android/webapps/single_tab_mode_tab_helper.h',
120 'browser/app_controller_mac.h', 122 'browser/app_controller_mac.h',
121 'browser/app_controller_mac.mm', 123 'browser/app_controller_mac.mm',
122 'browser/app_icon_win.cc', 124 'browser/app_icon_win.cc',
123 'browser/app_icon_win.h', 125 'browser/app_icon_win.h',
(...skipping 3476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'variables': { 3602 'variables': {
3601 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3603 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3602 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3604 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3603 }, 3605 },
3604 'includes': [ '../build/protoc.gypi' ] 3606 'includes': [ '../build/protoc.gypi' ]
3605 }, 3607 },
3606 ], 3608 ],
3607 },], 3609 },],
3608 ], 3610 ],
3609 } 3611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698