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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 880433002: In-process JSON parsing for web resources on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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
« no previous file with comments | « ios/chrome/browser/web_resource/ios_web_resource_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'browser/ui/image_util.h', 92 'browser/ui/image_util.h',
93 'browser/ui/image_util.mm', 93 'browser/ui/image_util.mm',
94 'browser/ui/reversed_animation.h', 94 'browser/ui/reversed_animation.h',
95 'browser/ui/reversed_animation.mm', 95 'browser/ui/reversed_animation.mm',
96 'browser/ui/snapshots_util.h', 96 'browser/ui/snapshots_util.h',
97 'browser/ui/snapshots_util.mm', 97 'browser/ui/snapshots_util.mm',
98 'browser/ui/ui_util.h', 98 'browser/ui/ui_util.h',
99 'browser/ui/ui_util.mm', 99 'browser/ui/ui_util.mm',
100 'browser/ui/uikit_ui_util.h', 100 'browser/ui/uikit_ui_util.h',
101 'browser/ui/uikit_ui_util.mm', 101 'browser/ui/uikit_ui_util.mm',
102 'browser/web_resource/ios_web_resource_service.cc',
103 'browser/web_resource/ios_web_resource_service.h',
102 ], 104 ],
103 }, 105 },
104 ], 106 ],
105 } 107 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/web_resource/ios_web_resource_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698