| OLD | NEW |
| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 4360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4371 'browser/ui/panels/panel_browser_frame_view.h', | 4371 'browser/ui/panels/panel_browser_frame_view.h', |
| 4372 'browser/ui/panels/panel_browser_view.cc', | 4372 'browser/ui/panels/panel_browser_view.cc', |
| 4373 'browser/ui/panels/panel_browser_view.h', | 4373 'browser/ui/panels/panel_browser_view.h', |
| 4374 'browser/ui/tabs/dock_info.cc', | 4374 'browser/ui/tabs/dock_info.cc', |
| 4375 'browser/ui/tabs/tab_resources.cc', | 4375 'browser/ui/tabs/tab_resources.cc', |
| 4376 'browser/ui/views/extensions/extension_view.cc', | 4376 'browser/ui/views/extensions/extension_view.cc', |
| 4377 'browser/ui/views/extensions/extension_view.h', | 4377 'browser/ui/views/extensions/extension_view.h', |
| 4378 ], | 4378 ], |
| 4379 'sources': [ | 4379 'sources': [ |
| 4380 # Build Apple sample code | 4380 # Build Apple sample code |
| 4381 '../third_party/apple/ImageAndTextCell.h', | 4381 '../third_party/apple_sample_code/ImageAndTextCell.h', |
| 4382 '../third_party/apple/ImageAndTextCell.m', | 4382 '../third_party/apple_sample_code/ImageAndTextCell.m', |
| 4383 # Build the necessary GTM sources | 4383 # Build the necessary GTM sources |
| 4384 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', | 4384 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', |
| 4385 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', | 4385 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', |
| 4386 '../third_party/GTM/AppKit/GTMIBArray.h', | 4386 '../third_party/GTM/AppKit/GTMIBArray.h', |
| 4387 '../third_party/GTM/AppKit/GTMIBArray.m', | 4387 '../third_party/GTM/AppKit/GTMIBArray.m', |
| 4388 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h', | 4388 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h', |
| 4389 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m', | 4389 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m', |
| 4390 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', | 4390 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', |
| 4391 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', | 4391 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', |
| 4392 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', | 4392 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', |
| (...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5251 'type': 'static_library', | 5251 'type': 'static_library', |
| 5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5253 'variables': { | 5253 'variables': { |
| 5254 'proto_in_dir': 'browser/history', | 5254 'proto_in_dir': 'browser/history', |
| 5255 'proto_out_dir': 'chrome/browser/history', | 5255 'proto_out_dir': 'chrome/browser/history', |
| 5256 }, | 5256 }, |
| 5257 'includes': [ '../build/protoc.gypi' ] | 5257 'includes': [ '../build/protoc.gypi' ] |
| 5258 }, | 5258 }, |
| 5259 ], | 5259 ], |
| 5260 } | 5260 } |
| OLD | NEW |