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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8771028: [Mac] Remove content/ CrApplication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initialize service process NSApp before message loop. Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 4395 matching lines...) Expand 10 before | Expand all | Expand 10 after
4406 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', 4406 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
4407 # Build necessary Mozilla sources 4407 # Build necessary Mozilla sources
4408 '../third_party/mozilla/NSScreen+Utils.h', 4408 '../third_party/mozilla/NSScreen+Utils.h',
4409 '../third_party/mozilla/NSScreen+Utils.m', 4409 '../third_party/mozilla/NSScreen+Utils.m',
4410 '../third_party/mozilla/NSString+Utils.h', 4410 '../third_party/mozilla/NSString+Utils.h',
4411 '../third_party/mozilla/NSString+Utils.mm', 4411 '../third_party/mozilla/NSString+Utils.mm',
4412 '../third_party/mozilla/NSURL+Utils.h', 4412 '../third_party/mozilla/NSURL+Utils.h',
4413 '../third_party/mozilla/NSURL+Utils.m', 4413 '../third_party/mozilla/NSURL+Utils.m',
4414 '../third_party/mozilla/NSWorkspace+Utils.h', 4414 '../third_party/mozilla/NSWorkspace+Utils.h',
4415 '../third_party/mozilla/NSWorkspace+Utils.m', 4415 '../third_party/mozilla/NSWorkspace+Utils.m',
4416 # Headers so that IB can find classes it needs to resolve classes
4417 # in XIB files.
4418 'common/chrome_application_mac.h',
4419 ], 4416 ],
4420 'include_dirs': [ 4417 'include_dirs': [
4421 '../third_party/apple', 4418 '../third_party/apple',
4422 '../third_party/GTM', 4419 '../third_party/GTM',
4423 '../third_party/GTM/AppKit', 4420 '../third_party/GTM/AppKit',
4424 '../third_party/GTM/DebugUtils', 4421 '../third_party/GTM/DebugUtils',
4425 '../third_party/GTM/Foundation', 4422 '../third_party/GTM/Foundation',
4426 ], 4423 ],
4427 'link_settings': { 4424 'link_settings': {
4428 'libraries': [ 4425 'libraries': [
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
5230 'type': 'static_library', 5227 'type': 'static_library',
5231 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5228 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5232 'variables': { 5229 'variables': {
5233 'proto_in_dir': 'browser/history', 5230 'proto_in_dir': 'browser/history',
5234 'proto_out_dir': 'chrome/browser/history', 5231 'proto_out_dir': 'chrome/browser/history',
5235 }, 5232 },
5236 'includes': [ '../build/protoc.gypi' ] 5233 'includes': [ '../build/protoc.gypi' ]
5237 }, 5234 },
5238 ], 5235 ],
5239 } 5236 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698