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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 439613002: fix libgio-2.0 deps in browser_ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use gio target instead Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 '../build/linux/system.gyp:dbus', 2906 '../build/linux/system.gyp:dbus',
2907 '../build/linux/system.gyp:fontconfig', 2907 '../build/linux/system.gyp:fontconfig',
2908 '../dbus/dbus.gyp:dbus', 2908 '../dbus/dbus.gyp:dbus',
2909 ], 2909 ],
2910 }], 2910 }],
2911 # x11 build 2911 # x11 build
2912 ['use_x11==1', { 2912 ['use_x11==1', {
2913 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], 2913 'sources': [ '<@(chrome_browser_ui_x11_sources)' ],
2914 'dependencies': [ 2914 'dependencies': [
2915 '../build/linux/system.gyp:x11', 2915 '../build/linux/system.gyp:x11',
2916 '../build/linux/system.gyp:gio',
2916 ], 2917 ],
2917 }], 2918 }],
2918 ], 2919 ],
2919 }], 2920 }],
2920 ['enable_app_list==1', { 2921 ['enable_app_list==1', {
2921 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ], 2922 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ],
2922 'dependencies': [ 2923 'dependencies': [
2923 '../ui/app_list/app_list.gyp:app_list', 2924 '../ui/app_list/app_list.gyp:app_list',
2924 ], 2925 ],
2925 }, { 2926 }, {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2963 }], 2964 }],
2964 ['OS!="android" and OS!="ios"', { 2965 ['OS!="android" and OS!="ios"', {
2965 'dependencies': [ 2966 'dependencies': [
2966 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2967 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2967 ], 2968 ],
2968 }], 2969 }],
2969 ], 2970 ],
2970 }, 2971 },
2971 ], 2972 ],
2972 } 2973 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698