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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 8194005: Relanding: Add js api for hosted/packaged apps to request notification authorization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'renderer/spellchecker/spellcheck.cc', 173 'renderer/spellchecker/spellcheck.cc',
174 'renderer/spellchecker/spellcheck.h', 174 'renderer/spellchecker/spellcheck.h',
175 'renderer/spellchecker/spellcheck_worditerator.cc', 175 'renderer/spellchecker/spellcheck_worditerator.cc',
176 'renderer/spellchecker/spellcheck_worditerator.h', 176 'renderer/spellchecker/spellcheck_worditerator.h',
177 'renderer/static_v8_external_string_resource.cc', 177 'renderer/static_v8_external_string_resource.cc',
178 'renderer/static_v8_external_string_resource.h', 178 'renderer/static_v8_external_string_resource.h',
179 'renderer/translate_helper.cc', 179 'renderer/translate_helper.cc',
180 'renderer/translate_helper.h', 180 'renderer/translate_helper.h',
181 'renderer/visitedlink_slave.cc', 181 'renderer/visitedlink_slave.cc',
182 'renderer/visitedlink_slave.h', 182 'renderer/visitedlink_slave.h',
183 'renderer/weak_v8_function_map.cc',
184 'renderer/weak_v8_function_map.h',
183 ], 185 ],
184 'conditions': [ 186 'conditions': [
185 ['disable_nacl!=1', { 187 ['disable_nacl!=1', {
186 'dependencies': [ 188 'dependencies': [
187 'nacl', 189 'nacl',
188 ], 190 ],
189 'sources': [ 191 'sources': [
190 'renderer/nacl_desc_wrapper_chrome.cc', 192 'renderer/nacl_desc_wrapper_chrome.cc',
191 ], 193 ],
192 }], 194 }],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'export_dependent_settings': [ 232 'export_dependent_settings': [
231 '<(allocator_target)', 233 '<(allocator_target)',
232 ], 234 ],
233 }], 235 }],
234 ], 236 ],
235 }], 237 }],
236 ], 238 ],
237 }, 239 },
238 ], 240 ],
239 } 241 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698