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

Side by Side Diff: trunk/src/chrome/chrome_browser_ui.gypi

Issue 383373002: Revert 282837 because it broke non-chromeos builds. (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after
2673 'dependencies': [ 2673 'dependencies': [
2674 'safe_browsing_chunk_proto', 2674 'safe_browsing_chunk_proto',
2675 'safe_browsing_proto', 2675 'safe_browsing_proto',
2676 'safe_browsing_report_proto', 2676 'safe_browsing_report_proto',
2677 ], 2677 ],
2678 }], 2678 }],
2679 ['chromeos==1', { 2679 ['chromeos==1', {
2680 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], 2680 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],
2681 'dependencies': [ 2681 'dependencies': [
2682 'browser_chromeos', 2682 'browser_chromeos',
2683 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
2684 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2685 ], 2683 ],
2686 }, { 2684 }, {
2687 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], 2685 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ],
2688 }], 2686 }],
2689 ['use_cups==1', { 2687 ['use_cups==1', {
2690 'dependencies': [ 2688 'dependencies': [
2691 '../printing/printing.gyp:cups', 2689 '../printing/printing.gyp:cups',
2692 ], 2690 ],
2693 }], 2691 }],
2694 ['use_ash==1', { 2692 ['use_ash==1', {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 }], 2939 }],
2942 ['enable_spellcheck==1', { 2940 ['enable_spellcheck==1', {
2943 'dependencies': [ 2941 'dependencies': [
2944 '../third_party/hunspell/hunspell.gyp:hunspell', 2942 '../third_party/hunspell/hunspell.gyp:hunspell',
2945 ], 2943 ],
2946 }], 2944 }],
2947 ], 2945 ],
2948 }, 2946 },
2949 ], 2947 ],
2950 } 2948 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698