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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10388036: Adds the option of aligning the launcher to the left or right. There (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4236 matching lines...) Expand 10 before | Expand all | Expand 10 after
4247 }], 4247 }],
4248 ['use_gnome_keyring==0', { 4248 ['use_gnome_keyring==0', {
4249 'sources!': [ 4249 'sources!': [
4250 'browser/password_manager/native_backend_gnome_x.cc', 4250 'browser/password_manager/native_backend_gnome_x.cc',
4251 'browser/password_manager/native_backend_gnome_x.h', 4251 'browser/password_manager/native_backend_gnome_x.h',
4252 ], 4252 ],
4253 }], 4253 }],
4254 ['use_ash==1', { 4254 ['use_ash==1', {
4255 'dependencies': [ 4255 'dependencies': [
4256 '../ash/ash.gyp:ash', 4256 '../ash/ash.gyp:ash',
4257 '../ash/ash_strings.gyp:ash_strings',
4257 ], 4258 ],
4258 }], 4259 }],
4259 ['use_aura==1', { 4260 ['use_aura==1', {
4260 'sources/': [ 4261 'sources/': [
4261 ['exclude', '^browser/automation/automation_provider_win.cc'], 4262 ['exclude', '^browser/automation/automation_provider_win.cc'],
4262 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], 4263 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
4263 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], 4264 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
4264 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 4265 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
4265 ['exclude', '^browser/external_tab/external_tab_container_win.cc'], 4266 ['exclude', '^browser/external_tab/external_tab_container_win.cc'],
4266 ['exclude', '^browser/external_tab/external_tab_container_win.h'], 4267 ['exclude', '^browser/external_tab/external_tab_container_win.h'],
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
5012 'browser/metrics/proto/study.proto', 5013 'browser/metrics/proto/study.proto',
5013 ], 5014 ],
5014 'variables': { 5015 'variables': {
5015 'proto_in_dir': 'browser/metrics/proto', 5016 'proto_in_dir': 'browser/metrics/proto',
5016 'proto_out_dir': 'chrome/browser/metrics/proto', 5017 'proto_out_dir': 'chrome/browser/metrics/proto',
5017 }, 5018 },
5018 'includes': [ '../build/protoc.gypi' ] 5019 'includes': [ '../build/protoc.gypi' ]
5019 }, 5020 },
5020 ], 5021 ],
5021 } 5022 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698