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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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_repack_locales.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 'variables': { 5 'variables': {
6 # Apply Chrome-specific grit settings to all of this file. 6 # Apply Chrome-specific grit settings to all of this file.
7 # The advantage is that one entry here applies to the entire file. 7 # The advantage is that one entry here applies to the entire file.
8 # The caveat is these variables cannot be merged with other variable 8 # The caveat is these variables cannot be merged with other variable
9 # dictionaries in more inner scopes. If the variable should be merged, 9 # dictionaries in more inner scopes. If the variable should be merged,
10 # consider putting them in a gypi file and including it at the right scope 10 # consider putting them in a gypi file and including it at the right scope
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources', 561 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources',
562 ], 562 ],
563 }], 563 }],
564 ['chromeos==1', { 564 ['chromeos==1', {
565 'dependencies': [ # Update duplicate logic in repack_locales.py 565 'dependencies': [ # Update duplicate logic in repack_locales.py
566 '<(DEPTH)/remoting/remoting.gyp:remoting_resources', 566 '<(DEPTH)/remoting/remoting.gyp:remoting_resources',
567 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 567 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
568 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 568 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
569 ], 569 ],
570 }], 570 }],
571 ['enable_autofill_dialog==1 and OS!="android"', { 571 ['OS != "android" and OS != "ios"', {
572 'dependencies': [ # Update duplicate logic in repack_locales.py 572 'dependencies': [ # Update duplicate logic in repack_locales.py
573 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress input_strings', 573 '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddress input_strings',
574 ], 574 ],
575 }], 575 }],
576 ['enable_extensions==1', { 576 ['enable_extensions==1', {
577 'dependencies': [ # Update duplicate logic in repack_locales.py 577 'dependencies': [ # Update duplicate logic in repack_locales.py
578 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 578 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
579 ], 579 ],
580 }], 580 }],
581 ['enable_app_list==1', { 581 ['enable_app_list==1', {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', 723 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak',
724 ], 724 ],
725 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', 725 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak',
726 }, 726 },
727 'includes': [ '../build/repack_action.gypi' ], 727 'includes': [ '../build/repack_action.gypi' ],
728 }, 728 },
729 ], 729 ],
730 }, 730 },
731 ], # targets 731 ], # targets
732 } 732 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_locales.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698