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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 351353004: chromeos: Move some network related UI in ui/chromeos/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-build 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',
2683 ], 2685 ],
2684 }, { 2686 }, {
2685 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], 2687 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ],
2686 }], 2688 }],
2687 ['use_cups==1', { 2689 ['use_cups==1', {
2688 'dependencies': [ 2690 'dependencies': [
2689 '../printing/printing.gyp:cups', 2691 '../printing/printing.gyp:cups',
2690 ], 2692 ],
2691 }], 2693 }],
2692 ['use_ash==1', { 2694 ['use_ash==1', {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 }], 2941 }],
2940 ['enable_spellcheck==1', { 2942 ['enable_spellcheck==1', {
2941 'dependencies': [ 2943 'dependencies': [
2942 '../third_party/hunspell/hunspell.gyp:hunspell', 2944 '../third_party/hunspell/hunspell.gyp:hunspell',
2943 ], 2945 ],
2944 }], 2946 }],
2945 ], 2947 ],
2946 }, 2948 },
2947 ], 2949 ],
2948 } 2950 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc ('k') | chrome/chrome_repack_chrome_100_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698