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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1415573009: Add missing accessor to ios PathProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment by blundell Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/chrome_paths_internal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 285c863365f1e501a402a619e0c1980d20103483..01cea3b790eef251f2bb8258f5cc9852ebedd91c 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -184,6 +184,7 @@
'browser/browsing_data_change_listening.h',
'browser/chrome_paths.h',
'browser/chrome_paths.mm',
+ 'browser/chrome_paths_internal.h',
'browser/chrome_switches.cc',
'browser/chrome_switches.h',
'browser/chrome_url_constants.cc',
@@ -562,9 +563,9 @@
'../..',
],
'dependencies': [
- 'app_group_mainapp',
'../../base/base.gyp:base',
'../../components/components.gyp:version_info',
+ 'app_group_mainapp',
],
'link_settings': {
'libraries': [
@@ -577,7 +578,7 @@
'common/channel_info.mm',
'common/string_util.h',
'common/string_util.mm',
- ]
+ ],
},
{
'target_name': 'injected_js',
@@ -585,9 +586,7 @@
'sources': [
'browser/find_in_page/resources/find_in_page.js',
],
- 'includes': [
- '../../ios/web/js_compile.gypi',
- ],
+ 'includes': [ '../../ios/web/js_compile.gypi' ],
'link_settings': {
'mac_bundle_resources': [
'<(SHARED_INTERMEDIATE_DIR)/find_in_page.js',
« no previous file with comments | « ios/chrome/browser/chrome_paths_internal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698