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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased from master. Created 8 years, 9 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 | « 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'app/nibs/ImportProgressDialog.xib', 269 'app/nibs/ImportProgressDialog.xib',
270 'app/nibs/InfoBar.xib', 270 'app/nibs/InfoBar.xib',
271 'app/nibs/InfoBarContainer.xib', 271 'app/nibs/InfoBarContainer.xib',
272 'app/nibs/InstantOptIn.xib', 272 'app/nibs/InstantOptIn.xib',
273 'app/nibs/MainMenu.xib', 273 'app/nibs/MainMenu.xib',
274 'app/nibs/Notification.xib', 274 'app/nibs/Notification.xib',
275 'app/nibs/Panel.xib', 275 'app/nibs/Panel.xib',
276 'app/nibs/PreviewableContents.xib', 276 'app/nibs/PreviewableContents.xib',
277 'app/nibs/SaveAccessoryView.xib', 277 'app/nibs/SaveAccessoryView.xib',
278 'app/nibs/SadTab.xib', 278 'app/nibs/SadTab.xib',
279 'app/nibs/SpeechInputBubble.xib', 279 'app/nibs/SpeechRecognitionBubble.xib',
280 'app/nibs/TabView.xib', 280 'app/nibs/TabView.xib',
281 'app/nibs/TaskManager.xib', 281 'app/nibs/TaskManager.xib',
282 'app/nibs/Toolbar.xib', 282 'app/nibs/Toolbar.xib',
283 'app/nibs/WrenchMenu.xib', 283 'app/nibs/WrenchMenu.xib',
284 'app/theme/balloon_wrench.pdf', 284 'app/theme/balloon_wrench.pdf',
285 'app/theme/chevron.pdf', 285 'app/theme/chevron.pdf',
286 'app/theme/find_next_Template.pdf', 286 'app/theme/find_next_Template.pdf',
287 'app/theme/find_prev_Template.pdf', 287 'app/theme/find_prev_Template.pdf',
288 'app/theme/menu_hierarchy_arrow.pdf', 288 'app/theme/menu_hierarchy_arrow.pdf',
289 'app/theme/menu_overflow_down.pdf', 289 'app/theme/menu_overflow_down.pdf',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 ], 535 ],
536 }], 536 }],
537 ], # conditions 537 ], # conditions
538 }], # OS=="mac" 538 }], # OS=="mac"
539 ], # conditions 539 ], # conditions
540 }, # target chrome_dll 540 }, # target chrome_dll
541 ], # targets 541 ], # targets
542 }], # OS=="mac" or OS=="win" 542 }], # OS=="mac" or OS=="win"
543 ], 543 ],
544 } 544 }
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