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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1417733008: Java code for fetching variations first run seed after receiving chrome.TOS_ACKED broadcast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'browser/android/favicon_helper.cc', 126 'browser/android/favicon_helper.cc',
127 'browser/android/favicon_helper.h', 127 'browser/android/favicon_helper.h',
128 'browser/android/feature_utilities.cc', 128 'browser/android/feature_utilities.cc',
129 'browser/android/feature_utilities.h', 129 'browser/android/feature_utilities.h',
130 'browser/android/feedback/connectivity_checker.cc', 130 'browser/android/feedback/connectivity_checker.cc',
131 'browser/android/feedback/connectivity_checker.h', 131 'browser/android/feedback/connectivity_checker.h',
132 'browser/android/feedback/screenshot_task.cc', 132 'browser/android/feedback/screenshot_task.cc',
133 'browser/android/feedback/screenshot_task.h', 133 'browser/android/feedback/screenshot_task.h',
134 'browser/android/find_in_page/find_in_page_bridge.cc', 134 'browser/android/find_in_page/find_in_page_bridge.cc',
135 'browser/android/find_in_page/find_in_page_bridge.h', 135 'browser/android/find_in_page/find_in_page_bridge.h',
136 'browser/android/firstrun/variations/variations_seed_bridge.cc',
137 'browser/android/firstrun/variations/variations_seed_bridge.h',
136 'browser/android/foreign_session_helper.cc', 138 'browser/android/foreign_session_helper.cc',
137 'browser/android/foreign_session_helper.h', 139 'browser/android/foreign_session_helper.h',
138 'browser/android/fullscreen/fullscreen_infobar_delegate.cc', 140 'browser/android/fullscreen/fullscreen_infobar_delegate.cc',
139 'browser/android/fullscreen/fullscreen_infobar_delegate.h', 141 'browser/android/fullscreen/fullscreen_infobar_delegate.h',
140 'browser/android/history_report/data_observer.cc', 142 'browser/android/history_report/data_observer.cc',
141 'browser/android/history_report/data_observer.h', 143 'browser/android/history_report/data_observer.h',
142 'browser/android/history_report/data_provider.cc', 144 'browser/android/history_report/data_provider.cc',
143 'browser/android/history_report/data_provider.h', 145 'browser/android/history_report/data_provider.h',
144 'browser/android/history_report/delta_file_backend_leveldb.cc', 146 'browser/android/history_report/delta_file_backend_leveldb.cc',
145 'browser/android/history_report/delta_file_backend_leveldb.h', 147 'browser/android/history_report/delta_file_backend_leveldb.h',
(...skipping 3951 matching lines...) Expand 10 before | Expand all | Expand 10 after
4097 '../components/components.gyp:omnibox_browser', 4099 '../components/components.gyp:omnibox_browser',
4098 '../components/components.gyp:rlz', 4100 '../components/components.gyp:rlz',
4099 '../components/components.gyp:search_engines', 4101 '../components/components.gyp:search_engines',
4100 '../rlz/rlz.gyp:rlz_lib', 4102 '../rlz/rlz.gyp:rlz_lib',
4101 ], 4103 ],
4102 }, 4104 },
4103 ], 4105 ],
4104 }], 4106 }],
4105 ], 4107 ],
4106 } 4108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698